Skip to content

Commit e7ae290

Browse files
authored
Merge pull request #328 from Songmu/tagpr-from-v1.17.1
Release for v1.18.0
2 parents f269a76 + 4b005fa commit e7ae290

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [v1.18.0](https://github.com/Songmu/tagpr/compare/v1.17.1...v1.18.0) - 2026-04-05
4+
- build(deps): bump actions/setup-go from 6.2.0 to 6.3.0 by @dependabot[bot] in https://github.com/Songmu/tagpr/pull/322
5+
- build(deps): bump Songmu/tagpr from 1.17.0 to 1.17.1 by @dependabot[bot] in https://github.com/Songmu/tagpr/pull/323
6+
- build(deps): bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 by @dependabot[bot] in https://github.com/Songmu/tagpr/pull/325
7+
- build(deps): bump actions/create-github-app-token from 2.2.1 to 3.0.0 by @dependabot[bot] in https://github.com/Songmu/tagpr/pull/327
8+
- Add retry to latestPullRequest for commit-to-PR index race condition by @babarot in https://github.com/Songmu/tagpr/pull/333
9+
- fix: CalVer not working correctly with zero-padded formats (fixes #320) by @oharo3109 in https://github.com/Songmu/tagpr/pull/321
10+
- Ignore labels from Dependabot PRs in version determination by @Songmu in https://github.com/Songmu/tagpr/pull/334
11+
- build(deps): bump actions/setup-go from 6.3.0 to 6.4.0 by @dependabot[bot] in https://github.com/Songmu/tagpr/pull/331
12+
- build(deps): bump codecov/codecov-action from 5.5.2 to 6.0.0 by @dependabot[bot] in https://github.com/Songmu/tagpr/pull/332
13+
314
## [v1.17.1](https://github.com/Songmu/tagpr/compare/v1.17.0...v1.17.1) - 2026-02-25
415
- add gh2changelog/LICENSE by @Songmu in https://github.com/Songmu/tagpr/pull/313
516
- Fix PR description including already shipped PRs when using fixedMajorVersion by @Konboi in https://github.com/Songmu/tagpr/pull/317

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.17.1"
8+
default: "v1.18.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.17.1"
3+
const version = "1.18.0"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)