Skip to content

Commit 78a926b

Browse files
authored
Merge pull request #297 from Songmu/tagpr-from-v1.14.0
Release for v1.15.0
2 parents 327d82e + 0efc75d commit 78a926b

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.15.0](https://github.com/Songmu/tagpr/compare/v1.14.0...v1.15.0) - 2026-02-01
4+
- feat: allow `tagpr.calendarVersioning` to accept format string directly by @k1LoW in https://github.com/Songmu/tagpr/pull/295
5+
36
## [v1.14.0](https://github.com/Songmu/tagpr/compare/v1.13.0...v1.14.0) - 2026-01-29
47
- feat: scoped release configuration by @wreulicke in https://github.com/Songmu/tagpr/pull/291
58
- [fix] care nil ReleaseYAML by @Songmu in https://github.com/Songmu/tagpr/pull/293

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.14.0"
8+
default: "v1.15.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.14.0"
3+
const version = "1.15.0"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)