Skip to content

Commit

Permalink
trivial fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Aug 20, 2022
1 parent dd8018b commit a75076f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
13 changes: 0 additions & 13 deletions .rcpr
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
# config file for the rcpr in git config format
# The rcpr generates the initial configuration, which you can rewrite to suit your environment.
# CONFIGURATIONS:
# rcpr.releaseBranch
# Generally, it is "main." It is the branch for releases. The pcpr tracks this branch,
# creates or updates a pull request as a release candidate, or tags when they are merged.
#
# rcpr.versinFile
# A versioning file containing the semantic version needed to be updated at release.
# It will be synchronized with the "git tag".
# Often this is a meta-information file such as gemspec, setup.cfg, package.json, etc.
# Sometimes the source code file, such as version.go or Bar.pm, is used.
# If you do not want to use versioning files but only git tags, specify the "-" string here.
[rcpr]
releaseBranch = main
versionFile = version.go
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,24 @@

## [v0.0.6](https://github.com/Songmu/rcpr/compare/v0.0.5...v0.0.6) - 2022-08-18
- create as many changelogs as possible if missing by @Songmu in https://github.com/Songmu/rcpr/pull/35
- release v0.0.6 by @Songmu in https://github.com/Songmu/rcpr/pull/36

## [v0.0.5](https://github.com/Songmu/rcpr/compare/v0.0.4...v0.0.5) - 2022-08-17
- use fi.Mode().IsRegular() by @Songmu in https://github.com/Songmu/rcpr/pull/32
- implement updating CHANGELOG.md process by @Songmu in https://github.com/Songmu/rcpr/pull/34
- release v0.0.5 by @Songmu in https://github.com/Songmu/rcpr/pull/33

## [v0.0.4](https://github.com/Songmu/rcpr/compare/v0.0.3...v0.0.4) - 2022-08-17
- create a normal release instead of a draft when tagging by @Songmu in https://github.com/Songmu/rcpr/pull/30
- release v0.0.4 by @Songmu in https://github.com/Songmu/rcpr/pull/31

## [v0.0.3](https://github.com/Songmu/rcpr/compare/v0.0.2...v0.0.3) - 2022-08-17
- use personal access token in rcpr by @Songmu in https://github.com/Songmu/rcpr/pull/28
- introduce softprops/aciton-gh-release by @Songmu in https://github.com/Songmu/rcpr/pull/29
- release v0.0.3 by @github-actions in https://github.com/Songmu/rcpr/pull/27

## [v0.0.2](https://github.com/Songmu/rcpr/compare/v0.0.1...v0.0.2) - 2022-08-17
- guess the next version from the label name convention by @Songmu in https://github.com/Songmu/rcpr/pull/20
- unshallow in initialize by @Songmu in https://github.com/Songmu/rcpr/pull/22
- retrieve next version after pushing changes into rc branch by @Songmu in https://github.com/Songmu/rcpr/pull/24
- introduce semv struct for representing semver by @Songmu in https://github.com/Songmu/rcpr/pull/25
- create a draft release at the same time it tags by @Songmu in https://github.com/Songmu/rcpr/pull/26
- release v0.0.2 by @github-actions in https://github.com/Songmu/rcpr/pull/23

## [v0.0.1](https://github.com/Songmu/rcpr/commits/v0.0.1) - 2022-08-17
- add github.go for github client by @Songmu in https://github.com/Songmu/rcpr/pull/1
Expand All @@ -54,4 +49,3 @@
- take care of v-prefix or not in tags by @Songmu in https://github.com/Songmu/rcpr/pull/17
- Detect version file and update by @Songmu in https://github.com/Songmu/rcpr/pull/18
- tagging semver to merged rcpr by @Songmu in https://github.com/Songmu/rcpr/pull/19
- release v0.0.1 by @github-actions in https://github.com/Songmu/rcpr/pull/7

0 comments on commit a75076f

Please sign in to comment.