Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen committed Aug 22, 2024
1 parent 92d4b36 commit 0ba6556
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/articles/developer-info/Packaging-the-Framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,14 @@ 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 exists, 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.
6. If this is an Alpha or Beta release, check the box that indicates a pre-release.
7. Upload the five files from `Package` folder that you downloaded or built locally. Note that we upload all the packages, including those
7. Upload the five files from `Package` folder that you downloaded or built locally. Note that we upload all the
packages, including those
that are also published on NuGet.
8. Click the "Publish release" button to publish the release on Github.

Expand Down

0 comments on commit 0ba6556

Please sign in to comment.