aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-02-19 16:33:51 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2021-02-24 16:46:47 -0500
commit47ca5be10805e1c61c0ac3df5ac7ad80fa6dc665 (patch)
tree63419975dbbd28da882d9f34cf680f30aa96c3b0 /makefile
parentCHANGELOG (diff)
0.11.3
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 3d8816c..7a4d979 100644
--- a/makefile
+++ b/makefile
@@ -86,8 +86,8 @@ markup_pod_samples:
markup_dir_samples:
find data/sisudir/media/text -name *.ss[tm] | sort
version_tag:
- echo "DRV=0.11.2; git tag -f doc-reform_v$$\{DRV} -m\"doc-reform $$\{DRV}\" HEAD" && \
- echo "git tag -f doc-reform_v0.11.2 -m\"doc-reform spine-0.11.2\" HEAD"
+ echo "DRV=0.11.3; git tag -f doc-reform_v$$\{DRV} -m\"doc-reform $$\{DRV}\" HEAD" && \
+ echo "git tag -f doc-reform_v0.11.3 -m\"doc-reform spine-0.11.3\" HEAD"
changelog:
git log --pretty=format:'---%+s %+as %ae%+h%d%+b' --no-merges | sed "/^\\s*$$/d" | sed "s/^---$$//" | sed "s/^\(\*\)\+/-/" | sed "s/ \+$$//" > CHANGELOG_
gitZip: