From 03375e64668e2514740c7923e4e48864ba301fe7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 17 Sep 2022 10:11:01 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- action.yml | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index fba79d0..3ba02a7 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: version: description: "A version to install tagpr" required: false - default: "v0.2.0" + default: "v0.3.0" runs: using: "composite" steps: diff --git a/version.go b/version.go index 6a5eddb..20af254 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package tagpr -const version = "0.2.0" +const version = "0.3.0" var revision = "HEAD" From 7ee6896fdae6b1b8b4f8a531f9b4536def44f097 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 17 Sep 2022 10:11:02 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e59089f..45289c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v0.3.0](https://github.com/Songmu/tagpr/compare/v0.2.0...v0.3.0) - 2022-09-17 +- add convention labels from labels of existing pull requests by @Songmu in https://github.com/Songmu/tagpr/pull/93 +- refine around type config by @Songmu in https://github.com/Songmu/tagpr/pull/94 +- add tagpr.release setting to adjust creating GitHub Release behavior by @Songmu in https://github.com/Songmu/tagpr/pull/95 +- true/false/draft for tapgr.release config by @Songmu in https://github.com/Songmu/tagpr/pull/96 +- GitHub Actions friendly outputs by @Songmu in https://github.com/Songmu/tagpr/pull/97 + ## [v0.2.0](https://github.com/Songmu/tagpr/compare/v0.1.3...v0.2.0) - 2022-09-06 - feat: Add flag to turn on or off creating/modifying CHANGELOG.md by @siketyan in https://github.com/Songmu/tagpr/pull/86