File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.2.0] ( https://github.com/Songmu/tagpr/compare/v1.1.4...v1.2.0 ) - 2023-12-31
4
+ - update: added configuration of Github Enteprise by @ponkio-o in https://github.com/Songmu/tagpr/pull/162
5
+ - Refer to the next version with command by @k2tzumi in https://github.com/Songmu/tagpr/pull/165
6
+ - update deps by @Songmu in https://github.com/Songmu/tagpr/pull/166
7
+
3
8
## [ v1.1.4] ( https://github.com/Songmu/tagpr/compare/v1.1.3...v1.1.4 ) - 2023-10-31
4
9
- Fix latest semver tag retrieval for first time setup by @stefafafan in https://github.com/Songmu/tagpr/pull/160
5
10
Original file line number Diff line number Diff line change 5
5
version :
6
6
description : " A version to install tagpr"
7
7
required : false
8
- default : " v1.1.4 "
8
+ default : " v1.2.0 "
9
9
outputs :
10
10
tag :
11
11
description : " The semver tag, which is output only when the tagpr has tagged"
Original file line number Diff line number Diff line change 1
1
package tagpr
2
2
3
- const version = "1.1.4 "
3
+ const version = "1.2.0 "
4
4
5
5
var revision = "HEAD"
You can’t perform that action at this time.
0 commit comments