summaryrefslogtreecommitdiff
path: root/NEWS.md.in
diff options
context:
space:
mode:
authorGravatar Mike Burns <mike@mike-burns.com>2013-07-31 18:16:01 -0400
committerGravatar Mike Burns <mike@mike-burns.com>2013-08-01 15:05:19 -0400
commitaacff1b269a39c967f84ab33b68f827febee8891 (patch)
tree3965aecfe4602e48264df778e5037aa8090cb674 /NEWS.md.in
parentbc1364d1a195572bf470c81352c01bc8dfec6880 (diff)
Add a release target
The `make release` command will build the Debian package, push the version to a git tag on GitHub, and upload the docs to GitHub pages. This also adds a `deb` target, along with `build-docs`, `upload-docs`, `build-tag`, and `push-tag`. In addition, introduce a `NEWS.md` file. Both `rcm.sh.in` and `NEWS.md.in` will act as input files. This is to abstract over the version number.
Diffstat (limited to 'NEWS.md.in')
-rw-r--r--NEWS.md.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS.md.in b/NEWS.md.in
new file mode 100644
index 0000000..daf8108
--- /dev/null
+++ b/NEWS.md.in
@@ -0,0 +1,12 @@
+rcm (@PACKAGE_VERSION@) unstable; urgency=low
+
+ * Improved Debian handling.
+ -- Mike Burns <mburns@thoughtbot.com> Tue, 01 Aug 2013 16:43:33 +0200
+
+rcm (0.0.2) unstable; urgency=low
+
+ * Tutorial in rcm(7).
+ * mkrc supports -d .
+ * -d supports relative dotfile dirs.
+
+ -- Mike Burns <mburns@thoughtbot.com> Tue, 23 Jul 2013 16:43:33 +0200