Skip to content

Commit 11750ce

Browse files
committed
RELEASE.md: update [no ci]
1 parent 979b4cc commit 11750ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Revision (Z) part of the version by 2, e.g.: `0.23.2 -> 0.24.0` or `0.23.2 -> 1.
55
2. Update the [changelog](CHANGELOG.md) since last release: add the entry (`## [X.Y.Z]`) summarizing all the changes since the previous release
66
(ideally one line per PR or commit).
77
3. Commit, but don't push yet!
8-
4. Tag the head of master with the version number in the format `vx.x.x` - e.g.: `git tag v0.20.4`.
8+
4. Tag the head of master with the version number in the format `vX.Y.Z` - e.g.: `git tag v0.20.4`.
99
5. Push to remote: `git push origin vX.Y.Z master` - this will start CI processes that will:
1010
* Build the package
1111
* Create a github release
@@ -17,4 +17,4 @@ Revision (Z) part of the version by 2, e.g.: `0.23.2 -> 0.24.0` or `0.23.2 -> 1.
1717
* Github secret: `NUGET_KEY`.
1818
* This is the API key from nuget, used to push the package to nuget.
1919
* At the moment the key lives under `knocte`'s nuget account, but maybe the `fsprojects` account should also be able to create an applicable API key.
20-
* "Expires in 12 months" from 2023/11/23
20+
* "Expires in 12 months" from 2025/JUL/07 .

0 commit comments

Comments
 (0)