Skip to content

Commit 9447d3c

Browse files
authored
Merge pull request #1198 from cyphar/release-dev-suffix
releases: use +dev as in-development suffix
2 parents 8e0dce8 + 206251f commit 9447d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Releases usually follow a few steps:
6464
* [ ] merge multi-commit PRs (so each line has a `(#num)` suffix)
6565
* [ ] drop hash and indent, `:'<,'> s/^\w* /^I* /`
6666
* [ ] a commit bumping `./specs-go/version.go` to next version and empty the `VersionDev` variable
67-
* [ ] a commit adding back the "-dev" to `VersionDev`
67+
* [ ] a commit adding back the "+dev" to `VersionDev`
6868
* [ ] send email to [email protected]
6969
* [ ] copy the exact commit hash for bumping the version from the pull-request (since master always stays as "-dev")
7070
* [ ] count the PRs since last release (that this version is tracking, in the cases of multiple branching), like `git log --pretty=oneline --no-merges --decorate $priorTag..$versionBumpCommit | grep \(pr\/ | wc -l`

0 commit comments

Comments
 (0)