Skip to content

Commit b460a0f

Browse files
authored
Make small corrections to release process docs (#402)
The 'auto' selection for the previous tag has been working well. And this also fixes a typo.
1 parent 61092e0 commit b460a0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ The following process is used when publishing new releases to NuGet.org:
1515
- Click the 'Target' dropdown button
1616
- Choose the 'Recent Commits' tab
1717
- Select the commit to use for the release, ensuring it's one from above where CI is known to be green
18-
- Click the 'Previous tag' dropdown button
19-
- Choose the previous release to use for generating release notes
18+
- The 'Previous tag' dropdown can remain on 'Auto' unless the previous release deviated from this process
2019
- Click the 'Generate release notes button'
2120
- This will add release notes into the Release description
2221
- The generated release notes include what has changed and the list of new contributors
@@ -26,7 +25,7 @@ The following process is used when publishing new releases to NuGet.org:
2625
- Augment the Release description as desired
2726
- This content is presented used on GitHub and is not persisted into any artifacts
2827
- Check the 'Set as a pre-release' button under the release description if appropriate
29-
- Click 'Public release'
28+
- Click 'Publish release'
3029

3130
3. **Monitor the Release workflow**
3231
- After publishing the release, a workflow will begin for producing the release's build artifacts and publishing the NuGet package to NuGet.org

0 commit comments

Comments
 (0)