Created
July 24, 2014 12:44
-
-
Save jhthorsen/4eee9d2ebd57bc8c21dd to your computer and use it in GitHub Desktop.
make a new mojolicious dist #mojo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git remote update | |
git rebase origin/master | |
# no diff | |
git tag v5.17 | |
perl Makefile.PL; make manifest; make dist | |
1) make sure master is in a good state | |
2) tag release | |
3) perl Makefile.PL; make manifest; make dist | |
4) upload release, ...optional... | |
5) tweet release if there were noteworthy changes, | |
6) make "bump version" commit to master like i always do | |
https://github.com/kraih/mojo/commit/3593a7bbcc3da25e7db2e00a8a3f10967386f2db | |
7) notice you've included garbage files like .DS_Store and return to step 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment