summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--development.mdwn6
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 495e2ae..cc4acdc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-keyringer (0.2.4-1) UNRELEASED; urgency=low
+keyringer (0.2.4-1) unstable; urgency=low
* Packaging upstream 0.2.4
diff --git a/development.mdwn b/development.mdwn
index 507c392..24d0ffb 100644
--- a/development.mdwn
+++ b/development.mdwn
@@ -31,6 +31,12 @@ Prepare the source code:
$EDITOR ChangeLog
make build_man
+Update debian changelog:
+
+ cd debian
+ dch -i
+ cd -
+
Commit and tag a release:
git commit -a -m "Keyringer $VERSION"