Skip to content

Commit

Permalink
Update docs/articles/developer-info/Packaging-the-Framework.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Killeen <[email protected]>
  • Loading branch information
OsirisTerje and SeanKilleen authored Aug 22, 2024
1 parent 8d82d9c commit 0b268c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/developer-info/Packaging-the-Framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ The degree to which each package needs testing may vary depending on what has be
1. Log onto Github and go to the main NUnit repository at <https://github.com/nunit/nunit>.
2. Select Releases and then click on the "Draft a new release" button.
3. Enter a tag to be used for the release. Currently our tags are simply the version of the release,
like `4.2.0`. Don't add a `v` prefix to the tag. MinVer is set up to be used without the prefix. Note that the tag already exist, as you created it when you pushed the commit, or after that push.
like `4.2.0`. Don't add a `v` prefix to the tag. MinVer is set up to be used without the prefix. Note that the tag already exists, as you created it when you pushed the commit, or after that push.
4. Enter a title for the release, like NUnit 3.13. If you type 'N' you'll get some hints.
5. Use the preamble from the release notes for the description and add a link to the full release notes on the docs
website.
Expand Down

0 comments on commit 0b268c0

Please sign in to comment.