Skip to content

Releases: salsita/gitflow

GitFlow 1.4.9

18 Nov 15:51
Compare
Choose a tag to compare

This is a hotfix release. Submitting of review requests broke, possibly because of one of the RB upgrades.

Upgrade with pip install -U salsita-gitflow --allow-external RBTools --allow-unverified RBTools.

GitFlow 1.4.8

29 Sep 06:58
Compare
Choose a tag to compare

Upgrade with pip install -U salsita-gitflow --allow-external RBTools --allow-unverified RBTools.

Features

  • git flow feature purge is a new command that deletes all local and remote branches that are associated with the stories that were accepted.
  • Upgraded RBTools to 0.6.2.

Fixes

  • Unicode 🤦

GitFlow 1.4.7

02 Sep 08:58
Compare
Choose a tag to compare

THIS IS A HOTFIX RELEASE

GitFlow 1.4.6

01 Sep 08:37
Compare
Choose a tag to compare

Run pip install -U salsita-gitflow --allow-external RBTools --allow-unverified RBTools to upgrade.

Features

  • release finish is now more robust, it will roll back Git changes in the repository in case there is an API call error (which was happening from time to time with Review Board).
  • GitFlow 1.0 commands are now documented in more details. Please take your time to read this document.

Bug Fixes

  • Dirty reposity should not be a blocker of release stage or other actions. (Opi)
  • Unicode error during git flow feature finish. (Honza Zak)