Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 522 Bytes

RELEASE.adoc

File metadata and controls

11 lines (10 loc) · 522 Bytes

How to make a new release

  1. update package version in retcl.tm

  2. update package version and date in README.adoc

  3. update package version expectation in test/001-pkg-version.test

  4. rename the retcl-${VERSION}.tm symlink

  5. run make docs to update the generated HTML page in docs

  6. run make test

  7. commit these changes with a commit message "Release: retcl-${VERSION}"

  8. tag this commit as ${VERSION} with a message of "retcl-${VERSION}"

  9. push both the commit and the tag, edit the release notes on github