Skip to content

Commit 2945bd6

Browse files
authored
Merge pull request #284 from Songmu/tagpr-from-v1.11.1
Release for v1.12.0
2 parents 5887d47 + dd06992 commit 2945bd6

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [v1.12.0](https://github.com/Songmu/tagpr/compare/v1.11.1...v1.12.0) - 2026-01-21
4+
- feat: add changelogFile for monorepo support by @wreulicke in https://github.com/Songmu/tagpr/pull/283
5+
- build(deps): bump actions/setup-go from 6.1.0 to 6.2.0 by @dependabot[bot] in https://github.com/Songmu/tagpr/pull/281
6+
37
## [v1.11.1](https://github.com/Songmu/tagpr/compare/v1.11.0...v1.11.1) - 2026-01-13
48
- fix: add check for both release.yml and release.yaml files by @nnnkkk7 in https://github.com/Songmu/tagpr/pull/275
59
- feat: add base_tag output for GitHub Actions by @178inaba in https://github.com/Songmu/tagpr/pull/277

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.11.1"
8+
default: "v1.12.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.11.1"
3+
const version = "1.12.0"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)