forked from ximion/limba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE
44 lines (27 loc) · 1.11 KB
/
RELEASE
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
39
40
41
42
43
44
Limba Release Notes
1. Write NEWS entries for Limba in the same format as usual.
git shortlog LIMBA_0_2_0.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
Version 0.3.0
~~~~~~~~~~~~~~
Released: 2014-xx-xx
Notes:
Features:
Bugfixes:
--------------------------------------------------------------------------------
2. Update library version if new ABI or API in CMakeLists.txt
3. Commit changes in Limba git:
git commit -a -m "Release version 0.3.0"
git tag -s -f -m "Release 0.3.0" LIMBA_0_3_0 <gpg password>
git push --tags
git push
4. run './release.sh --version=0.3.0 --git-tag=LIMBA_0_3_0 --sign'
5. Upload tarball: scp -r *.tar.xz* annarchy.freedesktop.org:~/public_html/limba/releases
6. Do post release version bump in CMakeLists.txt, RELEASE
7. Commit trivial changes:
git commit -a -m "trivial: post release version bump"
git push
=================================================
Limba 0.3.0 released!
Tarballs available here: http://people.freedesktop.org/~mak/limba/releases/
=================================================