File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.3.0] ( https://github.com/Songmu/tagpr/compare/v1.2.0...v1.3.0 ) - 2024-05-15
4
+ - fix: Typo in README by @tgeorg-ethz in https://github.com/Songmu/tagpr/pull/172
5
+ - Add showGHError() by @fujiwara in https://github.com/Songmu/tagpr/pull/173
6
+
3
7
## [ v1.2.0] ( https://github.com/Songmu/tagpr/compare/v1.1.4...v1.2.0 ) - 2023-12-31
4
8
- update: added configuration of Github Enteprise by @ponkio-o in https://github.com/Songmu/tagpr/pull/162
5
9
- Refer to the next version with command by @k2tzumi in https://github.com/Songmu/tagpr/pull/165
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.2 .0"
8
+ default : " v1.3 .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.2 .0"
3
+ const version = "1.3 .0"
4
4
5
5
var revision = "HEAD"
You can’t perform that action at this time.
0 commit comments