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
@@ -70,7 +68,7 @@ Releases usually follow a few steps:
70
68
-[ ] 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`
71
69
-[ ] get the date for a week from now, like `TZ=UTC date --date='next week'`
72
70
-[ ] 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)`
74
72
-[ ] email body like
75
73
76
74
```text
@@ -92,7 +90,10 @@ $sig
92
90
-[ ] produce release documents
93
91
-[ ] git checkout the release tag, like `git checkout $version`
94
92
-[ ]`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>
97
95
-[ ] link to the the VOTE thread and include the passing vote count
98
96
-[ ] 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>
0 commit comments