1=== How to make a new release
2
31. update package version in retcl.tm
42. update package version and date in README.adoc
53. update package version expectation in test/001-pkg-version.test
64. rename the retcl-${VERSION}.tm symlink
75. run `make docs` to update the generated HTML page in docs
86. commit these changes with a commit message "Release: retcl-${VERSION}"
97. tag this commit as ${VERSION} with a message of "retcl-${VERSION}"
108. push both the commit and the tag, edit the release notes on github
11