~ubuntu-branches/ubuntu/precise/appmenu-qt/precise

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Verify copy is clean and up to date
bzr st
bzr pull

# Update NEWS
vi NEWS
r!bzr log --line -r tag:x.y.z-1..

# Bump version number in CMakeLists.txt
vi CMakeLists.txt

# Commit
bzr ci

# Create and test tarball
make distcheck

# Test with KDE trunk

# If ok, create tag
tag=x.y.z
bzr tag $tag

# Push
bzr push

# Upload tarball
lp-project-upload appmenu-qt $tag appmenu-qt-$tag.tar.bz2