Omgf Versions Save

Use Git Flow with ease – maintain branches, semantic versioning, releases, and changelog with a single command.

v3.0.11

7 months ago

v3.0.10

10 months ago

Fixed

  • Fix automatic releases.

v3.0.1

10 months ago

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

6 years ago

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

7 years ago

Fixed

  • Repair --help option #64

v2.1.1

7 years ago

Fixed

  • Show links URL in man page #57

v2.1.0

7 years ago

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

7 years ago

Fixed

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

v2.0.1

7 years ago

Fixed

  • Fix make dist
  • Fix README Install section

v2.0.0

7 years ago

Added

Changed

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