File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
552 . 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).
773 . 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 ` .
995 . 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 .
You can’t perform that action at this time.
0 commit comments