Skip to content

Commit

Permalink
Merge pull request #56 from Songmu/rcpr-from-v0.0.11
Browse files Browse the repository at this point in the history
Release for v0.0.12
  • Loading branch information
Songmu authored Aug 27, 2022
2 parents f8fbd7a + c4ab330 commit 8237ba2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
exclude:
labels:
- rcpr
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [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
- change rc branch naming by @Songmu in https://github.com/Songmu/rcpr/pull/55
- separate out tagging function by @Songmu in https://github.com/Songmu/rcpr/pull/57
- add convention label variations by @Songmu in https://github.com/Songmu/rcpr/pull/58
- define semv.GuessNext to clarify access scope by @Songmu in https://github.com/Songmu/rcpr/pull/59
- add .github/release.yml automatically when it doesn't exist by @Songmu in https://github.com/Songmu/rcpr/pull/60
- specify a command to change files just before release by config by @Songmu in https://github.com/Songmu/rcpr/pull/61
- configurable pull request template by @Songmu in https://github.com/Songmu/rcpr/pull/62

## [v0.0.11](https://github.com/Songmu/rcpr/compare/v0.0.10...v0.0.11) - 2022-08-21
- fix config key to rcpr.vPrefix from rcpr.v-prefix by @Songmu in https://github.com/Songmu/rcpr/pull/50
- reload version file after cherry-picking process by @Songmu in https://github.com/Songmu/rcpr/pull/51
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package rcpr

const version = "0.0.11"
const version = "0.0.12"

var revision = "HEAD"

0 comments on commit 8237ba2

Please sign in to comment.