Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Release Process

J. Ryan Stinnett edited this page Jan 21, 2015 · 1 revision
git tag <NEW_VERSION>
Edit Makefile to set ADDON_VERSION to <NEW_VERSION> (without "pre")
make clean
SSH_USER=<LDAP user before @> make release
Edit Makefile to set ADDON_VERSION to <NEW_VERSION + 0.0.1pre>
git commit -am "Released NEW_VERSION, bump to <NEW_VERSION + 0.0.1pre>"
git push && git push --tags
Clone this wiki locally