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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,12 @@ Only repo administrator is allowed to run the release script, otherwise it will
14
14
15
15
Prior to making a release,
16
16
17
+
1. Sync any changes that have been merged to backup-utils-private into this repository.
17
18
1. Go through the list of open pull requests and merge any that are ready for merging.
18
-
2. Go through the list of closed pull requests since the last release and ensure those that should be included in the release notes:
19
+
1. Go through the list of closed pull requests since the last release and ensure those that should be included in the release notes:
19
20
- have a "bug", "enhancement" or "feature" label,
20
21
- have a title that clearly describes the changes in that pull request. Reword if necessary.
21
-
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.
22
+
1. 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.
22
23
23
24
## Automatic Process from chatops (internal to GitHub only)
24
25
@@ -62,3 +63,4 @@ Immediately after making a release using one of the methods above, verify the re
62
63
- release has the notes you expect to see,
63
64
- asset download links for the latest release at https://github.com/github/backup-utils/releases all download the correct version of Backup Utilities,
64
65
- the stable branch is inline with master - https://github.com/github/backup-utils/compare/stable...master.
0 commit comments