Skip to content

Commit 56fb783

Browse files
authored
Merge pull request #1107 from sudo-bmitch/pr-release-notice
Add step to update website after a release
2 parents a6d741a + a2a5750 commit 56fb783

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

RELEASES.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ Specifications have a variety of different timelines in their lifecycle.
4848
For example if a breaking change is introduced in v1.0.0-rc2 then the series would end with v1.0.0-rc4 and v1.0.0.
4949
- Minor and patch releases SHOULD be made on an as-needed basis.
5050

51-
[charter]: https://github.com/opencontainers/tob/blob/main/CHARTER.md
52-
5351
## Checklist
5452

5553
Releases usually follow a few steps:
@@ -70,7 +68,7 @@ Releases usually follow a few steps:
7068
- [ ] 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`
7169
- [ ] get the date for a week from now, like `TZ=UTC date --date='next week'`
7270
- [ ] OPTIONAL find a cute animal gif to attach to the email, and subsequently the release description
73-
- [ ] subject line like `[runtime-spec VOTE] tag $versionBumpCommit as $version (closes $dateWeekFromNowUTC)`
71+
- [ ] subject line like `[image-spec VOTE] tag $versionBumpCommit as $version (closes $dateWeekFromNowUTC)`
7472
- [ ] email body like
7573

7674
```text
@@ -92,7 +90,10 @@ $sig
9290
- [ ] produce release documents
9391
- [ ] git checkout the release tag, like `git checkout $version`
9492
- [ ] `make docs`
95-
- [ ] rename the output PDF and HTML file to include version, like `mv output/oci-runtime-spec.pdf output/oci-runtime-spec-$version.pdf``
96-
- [ ] attach these docs to the release on <https://github.com/opencontainers/runtime-spec/releases>
93+
- [ ] rename the output PDF and HTML file to include version, like `mv output/oci-image-spec.pdf output/oci-image-spec-$version.pdf``
94+
- [ ] attach these docs to the release on <https://github.com/opencontainers/image-spec/releases>
9795
- [ ] link to the the VOTE thread and include the passing vote count
9896
- [ ] link to the pull request that merged the release
97+
- [ ] add release notes to the website <https://github.com/opencontainers/opencontainers.org/tree/main/content/release-notices>
98+
99+
[charter]: https://github.com/opencontainers/tob/blob/main/CHARTER.md

0 commit comments

Comments
 (0)