File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Making a backup-utils release
2
2
3
- 1 . Add a new version and release notes to the ` debian/changelog ` file:
3
+ 1 . Install the debian devscripts package:
4
+ ` sudo apt-get install devscripts `
5
+ 2 . Add a new version and release notes to the ` debian/changelog ` file:
4
6
` dch --newversion 2.6.0 --release-heuristic log `
5
- 2 . Rev the ` share/github-backup-utils/version ` file.
6
- 3 . Tag the release: ` git tag v2.0.2 `
7
- 4 . Build that tarball package: ` make dist `
8
- 5 . Build the deb package: ` make deb ` . All the tests should pass.
9
- 6 . Draft a new release at https://github.com/github/backup-utils/releases , including the release notes and attaching the tarball and deb packages.
7
+ 3 . Rev the ` share/github-backup-utils/version ` file.
8
+ 4 . Tag the release: ` git tag v2.0.2 `
9
+ 5 . Build that tarball package: ` make dist `
10
+ 6 . Build the deb package: ` make deb ` . All the tests should pass.
11
+ 7 . Draft a new release at https://github.com/github/backup-utils/releases , including the release notes and attaching the tarball and deb packages.
10
12
The dist tarball you should upload has the git revision in the file name, i.e. something like ` github-backup-utils-v2.5.0-1-g23c41cc.tar.gz `
11
- 7 . Push the head of the release to the 'stable' branch.
13
+ 8 . Push the head of the release to the 'stable' branch.
Original file line number Diff line number Diff line change 3
3
Section: misc
4
4
Priority: optional
5
5
Standards-Version: 3.9.2
6
- Build-Depends: debhelper (>= 9), git
6
+ Build-Depends: debhelper (>= 9), git, devscripts
7
7
8
8
Package: github-backup-utils
9
9
Architecture: any
You can’t perform that action at this time.
0 commit comments