Skip to content

Releases: connordelacruz/git-workflow

0.3.0: Extracted cmd utils module to external package

17 May 20:05
Compare
Choose a tag to compare

cmd module now lives in external package cmd-utils, which has been added to this package's dependencies. Functionality should be identical.

0.2.1: Minor --version output tweaks

13 May 18:20
Compare
Choose a tag to compare

Instead of showing the calling command + version, outputs package name + version, e.g. git-workflow 0.2.1

0.2.0: Code cleanup and doc updates

11 May 22:04
Compare
Choose a tag to compare

Mostly internal code refactoring and some updates to setup instructions.

0.1.6: Tab Completion Support

30 Apr 19:51
Compare
Choose a tag to compare

Added support for tab completion in Bash using argcomplete library.

Also fixed an issue where --help and --version commands didn't work if you were outside of a git repository.

0.1.4: Add --base-release argument to workflow start

21 Apr 18:00
Compare
Choose a tag to compare

Added --base-release argument to workflow start, which takes a git tag to use as the base when branching.

0.1.3: README/PyPI description demos

31 Mar 18:52
Compare
Choose a tag to compare

Added demo gifs for each command. No functionality was changed, but bumping minor version number so I can release the updated description to PyPI.

0.1.2: Added cleanup command

30 Mar 18:45
Compare
Choose a tag to compare

Added workflow cleanup command, which will tidy up commit templates in a repo.

0.1.1: Added finish command

29 Mar 18:58
Compare
Choose a tag to compare

Added workflow finish command, which will unset the commit template for a project branch and attempt to delete it.

0.1.0: Initial Release

25 Mar 20:51
Compare
Choose a tag to compare

Initial release with the following commands:

  • workflow start: Create a new branch with the name format [<client>-]<brief-description>-<yyyymmdd>-<initials>. Optionally configures a commit template for the new branch.
  • workflow set-template: Create and configure commit template for the current branch.
  • workflow unset-template: Remove commmit template for a branch.