Skip to content

Commit eed590a

Browse files
committed
tidy
1 parent e4b03e5 commit eed590a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Update the revision history in file **history.adoc**
55

66
- 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)`).
88

99

1010
## Create the new documents
@@ -85,8 +85,8 @@ git push origin HEAD
8585

8686
- Follow the instructions at https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes, with the following details:
8787

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`).
9090
- Click "Generate release notes". This will automatically generate a description of the release.
9191
- 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.
9292
- Select "Set as the latest release".
@@ -104,7 +104,7 @@ git push origin HEAD
104104

105105
- Update the _version_ field in with the new version.
106106

107-
- Update the _publication_date_ field in with the date.
107+
- Update the *publication_date*_ field in with the date.
108108

109109
- 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:
110110

0 commit comments

Comments
 (0)