~pete-woods/libdbusmenu-qt/sync-mode-option

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
  bzr st
  bzr pull
- Update NEWS
  r!bzr log --line -r tag:x.y.z-1..
- Bump version number in CMakeLists.txt
- Bump library 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
  bzr tag $tag
- Push
  bzr push
- Upload tarball
  lp-project-upload libdbusmenu-qt $tag libdbusmenu-qt-$tag.tar.bz2