~agateau/libdbusmenu-qt/icon-data

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- Verify copy is clean and up to date
  git status
  git pull --rebase
- Update NEWS
  r!git log --pretty=format:'- \%s (\%an)' x.y.z-1..HEAD
- Bump version number in CMakeLists.txt
- Commit
- Create tarball
- Unpack tarball, build and run tests
- Test with KDE trunk
- If ok, create tag
  tag=x.y.z
  git tag -a $tag -m "Release $tag"
- Push
  git push
  git push --tags
- Upload tarball
  lp-project-upload libdbusmenu-qt $tag libdbusmenu-qt-$tag.tar.bz2