Skip to content

Commit 812fc5b

Browse files
authored
Merge pull request #562 from sudo-bmitch/pr-release-specs
Add a release step for specs.opencontainers.org
2 parents eeddb23 + e032387 commit 812fc5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

RELEASES.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Releases usually follow a few steps:
6464
- [ ] a commit bumping `./specs-go/version.go` to next version and empty the `VersionDev` variable
6565
- [ ] a commit adding back the "+dev" to `VersionDev`
6666
- [ ] send email to <[email protected]>
67-
- [ ] copy the exact commit hash for bumping the version from the pull-request (since master always stays as "-dev")
67+
- [ ] copy the exact commit hash for bumping the version from the pull-request (since master always stays as "+dev")
6868
- [ ] 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`
6969
- [ ] get the date for a week from now, like `TZ=UTC date --date='next week'`
7070
- [ ] OPTIONAL find a cute animal gif to attach to the email, and subsequently the release description
@@ -95,5 +95,6 @@ $sig
9595
- [ ] link to the the VOTE thread and include the passing vote count
9696
- [ ] link to the pull request that merged the release
9797
- [ ] add release notes to the website <https://github.com/opencontainers/opencontainers.org/tree/main/content/release-notices>
98+
- [ ] update the version number at <https://github.com/opencontainers/specs.opencontainers.org> in `_data/specs.yaml`
9899

99100
[charter]: https://github.com/opencontainers/tob/blob/main/CHARTER.md

0 commit comments

Comments
 (0)