From a3984bfacb4d190aef9b1983f498ba3d750e38d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 27 Aug 2022 17:37:19 +0000 Subject: [PATCH 1/2] [rcpr] 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 c2f4e9d..4a3efa9 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,7 @@ inputs: version: description: "A version to install rcpr" required: false - default: "v0.0.12" + default: "v0.0.13" runs: using: "composite" steps: diff --git a/version.go b/version.go index daac949..7dc07ba 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package rcpr -const version = "0.0.12" +const version = "0.0.13" var revision = "HEAD" From 3e0fedfc86cc963e3418e4bc0527efedc40ccbe3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 27 Aug 2022 17:37:20 +0000 Subject: [PATCH 2/2] [rcpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e44efa0..e3904b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.0.13](https://github.com/Songmu/rcpr/compare/v0.0.12...v0.0.13) - 2022-08-27 +- add actions.yml to support GitHub Actions by @Songmu in https://github.com/Songmu/rcpr/pull/63 +- support to specify multiple version files by comma separated string in conf by @Songmu in https://github.com/Songmu/rcpr/pull/65 +- adjust bumping version file behavior by @Songmu in https://github.com/Songmu/rcpr/pull/66 +- remove generated comment in CHANGELOG.md by @Songmu in https://github.com/Songmu/rcpr/pull/67 + ## [v0.0.12](https://github.com/Songmu/rcpr/compare/v0.0.11...v0.0.12) - 2022-08-27 - adjust default pull request body by @Songmu in https://github.com/Songmu/rcpr/pull/52 - fix remote name detection by @Songmu in https://github.com/Songmu/rcpr/pull/54