Skip to content

Commit

Permalink
Merge pull request #163 from Songmu/tagpr-from-v1.1.4
Browse files Browse the repository at this point in the history
Release for v1.2.0
  • Loading branch information
Songmu authored Dec 31, 2023
2 parents 33308e0 + cde57f9 commit 4c8e0c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [v1.2.0](https://github.com/Songmu/tagpr/compare/v1.1.4...v1.2.0) - 2023-12-31
- update: added configuration of Github Enteprise by @ponkio-o in https://github.com/Songmu/tagpr/pull/162
- Refer to the next version with command by @k2tzumi in https://github.com/Songmu/tagpr/pull/165
- update deps by @Songmu in https://github.com/Songmu/tagpr/pull/166

## [v1.1.4](https://github.com/Songmu/tagpr/compare/v1.1.3...v1.1.4) - 2023-10-31
- Fix latest semver tag retrieval for first time setup by @stefafafan in https://github.com/Songmu/tagpr/pull/160

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
version:
description: "A version to install tagpr"
required: false
default: "v1.1.4"
default: "v1.2.0"
outputs:
tag:
description: "The semver tag, which is output only when the tagpr has tagged"
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package tagpr

const version = "1.1.4"
const version = "1.2.0"

var revision = "HEAD"

0 comments on commit 4c8e0c4

Please sign in to comment.