We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ac8f3 commit fad3768Copy full SHA for fad3768
1 file changed
RELEASING.md
@@ -0,0 +1,12 @@
1
+# Making a backup-utils release
2
+
3
+ 1. Add a new version and release notes to the `debian/changelog` file.
4
+ 2. Rev the `share/github-backup-utils/version` file.
5
+ 3. Tag the release: `git tag v2.0.2`
6
+ 4. Build that tarball package: `make dist`
7
+ 5. Install the debian devscripts package if necessary:
8
+ `sudo apt-get install devscripts`
9
+ 6. Build the deb package: `debuild -uc -us`
10
+ 7. Draft a new release at https://github.com/github/backup-utils/releases,
11
+ including the release notes and attaching the tarball and deb packages.
12
+ 8. Push the head of the release to the 'stable' branch.
0 commit comments