File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11package tagpr
22
3- const version = "1.17.1 "
3+ const version = "1.18.0 "
44
55var revision = "HEAD"
You can’t perform that action at this time.
0 commit comments