Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.
Joe Fitzgerald edited this page Aug 7, 2014 · 1 revision

Cutting A packer-windows Release

Pre-Requisites

  1. Make sure you have git-flow installed (Homebrew: brew install git-flow-avh --HEAD; or use SourceTree)
  2. Make all changes against the develop branch or branches off of that

Cutting The Release

When it is time to cut a release:

  1. 'Start A New Release' using git flow, entering the version # (e.g. 1.21) as the release version
  2. 'Finish Release' using git flow, entering the version # with a v prefix as the tag name (e.g. v1.21)
  3. Push the develop and master branches – including all tags – to the remote

... And you're done.

Clone this wiki locally