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: RELEASE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
## Update the revision history in file **history.adoc**
5
5
6
6
- Check that the history is up to date. Every non-trivial issue or merged pull request without an issue should be referenced.
7
-
- Replace the line _=== Working version (most recent first)_ with the line `=== Version <VN> (<DATE>)`, substituting `<VN>` with the release version and `<DATE>` with the current date (e.g. `Version 1.12 (04 December 2024)`).
7
+
- Replace the line _`=== Working version (most recent first)`_ with the line `=== Version <VN> (<DATE>)`, substituting `<VN>` with the release version and `<DATE>` with the current date (e.g. `Version 1.12 (04 December 2024)`).
8
8
9
9
10
10
## Create the new documents
@@ -85,8 +85,8 @@ git push origin HEAD
85
85
86
86
- Follow the instructions at https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes, with the following details:
87
87
88
-
- "Choose a tag" for the new version on the `main` branch: The tag should be called `v<VN>.0`, substituting _<VN>_ with the release version (e.g. `v1.12.0`).
89
-
- Set the release title to `CF-<VN>`, substituting _<VN>_ the release version (e.g. `CF-1.12`).
88
+
- "Choose a tag" for the new version on the `main` branch: The tag should be called `v<VN>.0`, substituting `<VN>` with the release version (e.g. `v1.12.0`).
89
+
- Set the release title to `CF-<VN>`, substituting `<VN>` the release version (e.g. `CF-1.12`).
90
90
- Click "Generate release notes". This will automatically generate a description of the release.
91
91
- Edit the description to remove the list of contributors, instead adding any new people who have made substantive contributions to the list at http://cfconventions.org/conventions_contributors.html.
92
92
- Select "Set as the latest release".
@@ -104,7 +104,7 @@ git push origin HEAD
104
104
105
105
- Update the _version_ field in with the new version.
106
106
107
-
- Update the _publication_date_ field in with the date.
107
+
- Update the *publication_date*_ field in with the date.
108
108
109
109
- Update the _files_ field with the new PDF file sizes and checksums. These must be the checksums of the actual files uploaded to https://github.com/cf-convention/cf-convention.github.io. MD5 checksums can be calculated with:
0 commit comments