Skip to content

Commit 49c02dc

Browse files
authored
Merge pull request #262 from Songmu/tagpr-from-v1.9.1
Release for v1.9.2
2 parents 94455a6 + b6c3ea7 commit 49c02dc

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.9.2](https://github.com/Songmu/tagpr/compare/v1.9.1...v1.9.2) - 2025-12-13
4+
- config: introduce setFromGitconfig, reloadField, reloadBoolField meth… by @12ya in https://github.com/Songmu/tagpr/pull/251
5+
36
## [v1.9.1](https://github.com/Songmu/tagpr/compare/v1.9.0...v1.9.1) - 2025-12-13
47
- build(deps): bump actions/create-github-app-token from 2.1.1 to 2.1.4 by @dependabot[bot] in https://github.com/Songmu/tagpr/pull/244
58
- build(deps): bump haya14busa/action-update-semver from 1.5.0 to 1.5.1 by @dependabot[bot] in https://github.com/Songmu/tagpr/pull/245

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.9.1"
8+
default: "v1.9.2"
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.9.1"
3+
const version = "1.9.2"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)