Skip to content

Commit da82ed6

Browse files
authored
Merge pull request #312 from Songmu/tagpr-from-v1.16.0
Release for v1.17.0
2 parents 9547bc3 + 55ab9cd commit da82ed6

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [v1.17.0](https://github.com/Songmu/tagpr/compare/v1.16.0...v1.17.0) - 2026-02-14
4+
- Add fixedMajorVersion option for multiple major version support by @Konboi in https://github.com/Songmu/tagpr/pull/296
5+
36
## [v1.16.0](https://github.com/Songmu/tagpr/compare/v1.15.0...v1.16.0) - 2026-02-14
47
- docs: improve README for labels and env vars by @tokuhirom in https://github.com/Songmu/tagpr/pull/300
58
- Use scoped release yaml path in github releases by @wreulicke in https://github.com/Songmu/tagpr/pull/304

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
version:
66
description: "A version to install tagpr"
77
required: false
8-
default: "v1.16.0"
8+
default: "v1.17.0"
99
config:
1010
description: "A path to the tagpr configuration file"
1111
required: false

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package tagpr
22

3-
const version = "1.16.0"
3+
const version = "1.17.0"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)