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
+18-5Lines changed: 18 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,24 @@ Only repo administrator is allowed to run the release script, otherwise it will
15
15
Prior to making a release,
16
16
17
17
1. Sync any changes that have been merged to backup-utils-private into this repository.
18
-
1. Go through the list of open pull requests and merge any that are ready for merging.
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:
20
-
- have a "bug", "enhancement" or "feature" label,
21
-
- have a title that clearly describes the changes in that pull request. Reword if necessary.
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.
18
+
19
+
One possible way to accomplish this is to add the other repository as a remote and merge the changes from the default branch of that remote.
Then open a pull request on this repository with the changes.
31
+
2. Go through the list of open pull requests and merge any that are ready for merging.
32
+
3. Go through the list of closed pull requests since the last release and ensure those that should be included in the release notes:
33
+
- have a "bug", "enhancement" or "feature" label,
34
+
- have a title that clearly describes the changes in that pull request. Reword if necessary.
35
+
4. 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.
23
36
24
37
## Automatic Process from chatops (internal to GitHub only)
0 commit comments