M Makefile +5 -3
@@ 10,13 10,15 @@
# * hg update to that tag
# * `make dist`
# * submit to CTAN at https://ctan.org/upload
-# * hg update to tip, re-add `-SNAPSHOT back to the VERSION,
+# * hg update to tip,
+# bump the version number,
+# re-add `-SNAPSHOT back to the VERSION,
# and add a new release-notes block in release-notes.xml,
# ready for the next update
#
-# See also the suggestion at <https://ctan.org/help/upload-pkg>.
+# See also the suggestions at <https://ctan.org/help/upload-pkg>.
-VERSION=1.9
+VERSION=1.10-SNAPSHOT
# RELEASEDATE comes from the repository
DIST=showlabels-$(VERSION)
M release-notes.xml +8 -0
@@ 1,5 1,13 @@
<release-notes xmlns='http://ns.nxg.me.uk/release-notes'>
+ <release>
+ <version>1.10?</version>
+ <date>YYYY-MM-DD</date>
+ <note>
+ <p>To come...</p>
+ </note>
+ </release>
+
<release>
<version>1.9</version>
<date>2021-10-09</date>