You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
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