Skip to content

Instantly share code, notes, and snippets.

@mzeis
Created July 28, 2014 07:20
Show Gist options
  • Save mzeis/71b67f1113393efb12cf to your computer and use it in GitHub Desktop.
Save mzeis/71b67f1113393efb12cf to your computer and use it in GitHub Desktop.
Release Workflow

Release workflow

  1. Update version number in config.xml
  2. Update version number in README.md
  3. Update CHANGELOG.md (changes, date)
  4. Tag release: git tag -a va.b.c -m 'Version a.b.c'
  5. Push master & tag to GitHub: git push origin master && git push origin va.b.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment