You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Releases usually follow a few steps:
64
64
*[ ] merge multi-commit PRs (so each line has a `(#num)` suffix)
65
65
*[ ] drop hash and indent, `:'<,'> s/^\w* /^I* /`
66
66
*[ ] 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`
68
68
*[ ] send email to dev@opencontainers.org
69
69
*[ ] copy the exact commit hash for bumping the version from the pull-request (since master always stays as "-dev")
70
70
*[ ] 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