Skip to content

Instantly share code, notes, and snippets.

@jhthorsen
Created July 24, 2014 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhthorsen/4eee9d2ebd57bc8c21dd to your computer and use it in GitHub Desktop.
Save jhthorsen/4eee9d2ebd57bc8c21dd to your computer and use it in GitHub Desktop.
make a new mojolicious dist #mojo
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