File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- zephyr (1:3.1~beta1-trunk) UNRELEASED ; urgency=low
1
+ zephyr (1:3.1~beta1-trunk) unstable ; urgency=low
2
2
3
- * Any further revisions to 3.0.x go on the 3.0.x branch; the mainline is for 3.1 stuff
4
- * release 3.1-beta0
5
- * release 3.1~beta0
6
3
* release 3.1~beta1
7
4
8
5
-- Karl Ramm <
[email protected] > Thu, 08 Aug 2013 02:23:32 -0400
9
6
7
+ zephyr (1:3.1-beta0-trunk) unstable; urgency=low
8
+
9
+ * release 3.1-beta0
10
+
11
+ -- Karl Ramm <
[email protected] > Sun, 07 Jul 2013 22:08:01 -0400
12
+
13
+ zephyr (1:3.0.999-trunk) UNRELEASED; urgency=low
14
+
15
+ * Any further revisions to 3.0.x go on the 3.0.x branch; the mainline is for 3.1 stuff
16
+
17
+ -- Karl Ramm <
[email protected] > Sat, 11 Feb 2012 10:53:49 -0500
18
+
10
19
zephyr (1:3.0.2-trunk) unstable; urgency=low
11
20
12
21
* release 3.0.2
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ if test -n "$(git status --porcelain)"; then
11
11
exit 2
12
12
fi
13
13
dch -b -v 1:${VERSION} -trunk release $VERSION
14
+ dch -r ' '
14
15
git add debian/changelog
15
16
git commit -m " release $VERSION "
16
17
TAGNAME=$( echo $VERSION | sed -e ' s/~/%7E/' ) # sigh
You can’t perform that action at this time.
0 commit comments