Skip to content

Commit 8237ba2

Browse files
authored
Merge pull request #56 from Songmu/rcpr-from-v0.0.11
Release for v0.0.12
2 parents f8fbd7a + c4ab330 commit 8237ba2

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

.github/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- rcpr

CHANGELOG.md

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

3+
## [v0.0.12](https://github.com/Songmu/rcpr/compare/v0.0.11...v0.0.12) - 2022-08-27
4+
- adjust default pull request body by @Songmu in https://github.com/Songmu/rcpr/pull/52
5+
- fix remote name detection by @Songmu in https://github.com/Songmu/rcpr/pull/54
6+
- change rc branch naming by @Songmu in https://github.com/Songmu/rcpr/pull/55
7+
- separate out tagging function by @Songmu in https://github.com/Songmu/rcpr/pull/57
8+
- add convention label variations by @Songmu in https://github.com/Songmu/rcpr/pull/58
9+
- define semv.GuessNext to clarify access scope by @Songmu in https://github.com/Songmu/rcpr/pull/59
10+
- add .github/release.yml automatically when it doesn't exist by @Songmu in https://github.com/Songmu/rcpr/pull/60
11+
- specify a command to change files just before release by config by @Songmu in https://github.com/Songmu/rcpr/pull/61
12+
- configurable pull request template by @Songmu in https://github.com/Songmu/rcpr/pull/62
13+
314
## [v0.0.11](https://github.com/Songmu/rcpr/compare/v0.0.10...v0.0.11) - 2022-08-21
415
- fix config key to rcpr.vPrefix from rcpr.v-prefix by @Songmu in https://github.com/Songmu/rcpr/pull/50
516
- reload version file after cherry-picking process by @Songmu in https://github.com/Songmu/rcpr/pull/51

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package rcpr
22

3-
const version = "0.0.11"
3+
const version = "0.0.12"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)