You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ When making a `.0` release, you will need to specify the minimum supported versi
13
13
Prior to making a release,
14
14
15
15
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:
17
17
- have a "bug", "enhancement" or "feature" label,
18
18
- 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.
20
20
21
21
## Automatic Process from chatops (internal to GitHub only)
22
22
@@ -56,6 +56,6 @@ Immediately after making a release using one of the methods above, verify the re
56
56
57
57
- latest release at https://github.com/github/backup-utils/releases is correct,
58
58
- 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,
60
60
- asset download links for the latest release at https://github.com/github/backup-utils/releases all download the correct version of Backup Utilities,
61
61
- the stable branch is inline with master - https://github.com/github/backup-utils/compare/stable...master.
0 commit comments