Skip to content

Git Flow (v3)

Daniel Tschinder edited this page Mar 11, 2016 · 1 revision
  • (git) Check valid branch
  • (git) Check local changes
  • (git) Check needs push
  • (git) Check needs pull
  • (common) Check snapshot dependencies
  • (common) Ask for release type (breaking, feature, patch)
  • (common) Update version
  • (common) build
  • (git) commit release version
  • (git) create tag
  • (common) update version to next
  • (git) commit next version
  • (git) push (with tags)
Clone this wiki locally