Skip to content

Commit 477de7d

Browse files
authored
Merge pull request #680 from github/cainejette-patch-1
2 parents 7bd9fae + 51eccef commit 477de7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

RELEASING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ Only repo administrator is allowed to run the release script, otherwise it will
1414

1515
Prior to making a release,
1616

17+
1. Sync any changes that have been merged to backup-utils-private into this repository.
1718
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:
1920
- have a "bug", "enhancement" or "feature" label,
2021
- 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.
2223

2324
## Automatic Process from chatops (internal to GitHub only)
2425

@@ -62,3 +63,4 @@ Immediately after making a release using one of the methods above, verify the re
6263
- release has the notes you expect to see,
6364
- asset download links for the latest release at https://github.com/github/backup-utils/releases all download the correct version of Backup Utilities,
6465
- the stable branch is inline with master - https://github.com/github/backup-utils/compare/stable...master.
66+
- sync this repository to backup-utils-private

0 commit comments

Comments
 (0)