Skip to content

Commit 39a13b6

Browse files
committed
Use release notes
1 parent 1e31eca commit 39a13b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ When making a `.0` release, you will need to specify the minimum supported versi
1313
Prior to making a release,
1414

1515
1. Go through the list of open pull requests and merge any that are ready for merging.
16-
2. Go through the list of closed pull requests since the last release and ensure those that should be included in the changelog:
16+
2. Go through the list of closed pull requests since the last release and ensure those that should be included in the release notes:
1717
- have a "bug", "enhancement" or "feature" label,
1818
- have a title that clearly describes the changes in that pull request. Reword if necessary.
19-
3. Perform a dry run (add `--dry-run` to one of the commands below) and verify the version strings are going to be changed and verify the changelog and release content.
19+
3. Perform a dry run (add `--dry-run` to one of the commands below) and verify the version strings are going to be changed and verify the release notes.
2020

2121
## Automatic Process from chatops (internal to GitHub only)
2222

@@ -56,6 +56,6 @@ Immediately after making a release using one of the methods above, verify the re
5656

5757
- latest release at https://github.com/github/backup-utils/releases is correct,
5858
- release at https://github.com/github/backup-utils/releases is linked to the vX.Y.Z tag,
59-
- release has the changelog notes you expect to see,
59+
- release has the notes you expect to see,
6060
- asset download links for the latest release at https://github.com/github/backup-utils/releases all download the correct version of Backup Utilities,
6161
- the stable branch is inline with master - https://github.com/github/backup-utils/compare/stable...master.

0 commit comments

Comments
 (0)