Skip to content

Commit ebb5da0

Browse files
authored
Merge pull request #208 from Songmu/tagpr-from-v1.6.1
Release for v1.7.0
2 parents ef0bea0 + 5f028f4 commit ebb5da0

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [v1.7.0](https://github.com/Songmu/tagpr/compare/v1.6.1...v1.7.0) - 2025-06-14
4+
- Improve the composite action security by @5ouma in https://github.com/Songmu/tagpr/pull/207
5+
- tagpr.go: cleanup by @12ya in https://github.com/Songmu/tagpr/pull/209
6+
- feat: add-post-version-command by @kiyo-matsu in https://github.com/Songmu/tagpr/pull/212
7+
38
## [v1.6.1](https://github.com/Songmu/tagpr/compare/v1.6.0...v1.6.1) - 2025-05-15
49
- using action version for tagpr installer of action by @kenchan0130 in https://github.com/Songmu/tagpr/pull/204
510
- udpate version 2 times in action.yml by @Songmu in https://github.com/Songmu/tagpr/pull/206

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

55
var revision = "HEAD"

0 commit comments

Comments
 (0)