File: RELEASE

package info (click to toggle)
urfkill 0.5.0-7.3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 712 kB
  • sloc: ansic: 6,558; xml: 715; makefile: 382; javascript: 87; sh: 31
file content (38 lines) | stat: -rw-r--r-- 674 bytes parent folder | download | duplicates (5)
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
29
30
31
32
33
34
35
36
37
38
urfkill Release Notes

1. Write NEWS entries for urfkill.

git log --no-merges --pretty=format:'- %s (%an)' urfkill-0.4.0.. | grep -i -v trivial > NEWS.new

Version 0.5.0
~~~~~~~~~~~~~
Released: 2012-xx-xx

Translations:
New Features:
Bugfixes:

2. Commit changes to git:

git commit -a -m "Released urfkill 0.5.0"
git tag -s -f -m "Released urfkill 0.5.0" urfkill-0.5.0
<wait>
git push --tags
git push

3. Generate the tarball:

make dist

4. Upload tarball:

TO BE SETUP

5. Do post release version bump in configure.ac and RELEASE

6. Commit changes:

git commit -a -m "trivial: post release version bump"
git push

7. Send an email to devkit-devel@lists.freedesktop.org