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
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