Skip to content

Releases: internetguru/flow

Release v3.0.11

06 Oct 11:38
Compare
Choose a tag to compare
Merge branch 'hotfix-georgi' into master-3

Release v3.0.10

17 Jul 14:37
Compare
Choose a tag to compare

Fixed

  • Fix automatic releases.

v3.0.1

17 Jul 13:54
Compare
Choose a tag to compare

Added

  • All key branches validation on existence and merge status.
  • Version validation across all key branches.
  • Tag validation on the main branch.
  • Separate stable branch for each major version, e.g. prod-1.
  • Key branch names adaptation to pre-existing branches.
  • Option --auto-entry to skip changelog prompt.
  • Consider remote branches if key branch not found.
  • Local branch behind remote validation.

Changed

  • Exit codes validation error fixable and unfixable.
  • Default branch names changed to main and staging.
  • Options --conform and --init require confirmations (forceable with --yes).
  • Merge staging branch into main after releasing (do not delete).
  • Auto version increment after releasing dev branch.
  • Keyword argument redesign.
  • Option --what-now rephrased.
  • Option --dry-run also checks attributes after validation.
  • Documentation updated with new git flow example.
  • Insert default changelog entry if empty or skipped.
  • Environmental variable names now start with 'GF_'.
  • Merge hotfix according to its major version number.
  • Show usage after all invalid option error.
  • Show hint after all fixable validation errors.
  • Project renamed from 'omgf' to 'flow'

v2.2.0

05 Jun 14:40
Compare
Choose a tag to compare

Changed

  • Increment minor version when release is created #31

Fixed

  • Initialization checks only local branches #73
  • omgf pull updates only local branches with remote branch #59

v2.1.2

10 May 07:32
Compare
Choose a tag to compare

Fixed

  • Repair --help option #64

v2.1.1

07 Apr 11:25
Compare
Choose a tag to compare

Fixed

  • Show links URL in man page #57

v2.1.0

03 Apr 15:57
Compare
Choose a tag to compare

Added

  • Support for macOS #41
  • Check for requirements upon start, document requirements in README #30

Changed

  • Improve README: add Setup and Alternatives, add OMGF's output and simplify installation instructions.
  • Use env instead of hardcoded path to Bash in shebang

Fixed

  • Fix Unreleased URL generated for CHANGELOG

v2.0.2

11 Mar 14:27
Compare
Choose a tag to compare

Fixed

  • Fix load user options to be case-sensitive #27
  • make clean and make distclean force removes files #28

v2.0.1

06 Mar 09:59
Compare
Choose a tag to compare

Fixed

  • Fix make dist
  • Fix README Install section

v2.0.0

05 Mar 09:12
Compare
Choose a tag to compare

Added

Changed

  • Rename gf to omgf
  • Makefile uses BINDIR instead of EXEC_PREFIX