File: RELEASE

package info (click to toggle)
pyparted 3.10.7-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 980 kB
  • ctags: 1,439
  • sloc: ansic: 7,169; python: 3,945; makefile: 77; sh: 2
file content (18 lines) | stat: -rw-r--r-- 553 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Instructions for making a new release:

1) git checkout master
2) git clean -d -x -f         # I hope you've commited or stashed everything
                              # you are working on
2) git fetch
3) git rebase origin
4) make bumpver
5) git commit -a -m "New version."
6) git clean -d -x -f
7) make release

If packaging in RPM format, you might find the 'make rpmlog' target useful.
It gives you an RPM spec file formatted changelog block that contains the
git shortlog entries of all changes since the last tag.

8) git push
9) git push --tags