Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Release 1.10.0

Compare
Choose a tag to compare
@petervanderdoes petervanderdoes released this 13 Aug 00:11
· 102 commits to develop since this release
7d931f7

Changelog

Peter van der Does

  • Update github links.
  • Add explanation of AVH.
  • Add ability when finishing a release to push or not push the branches and/or tag involved.
  • The finishing of a release branch based on a branch other than develop fails with errors.
  • Add --push flag for feature finish. This gives the ability to push the base branch after the finish.
  • When finishing a release have the ability to fast-forward the master branch, if possible.
    This is controlled by the flag --ff-master.
  • Add new flag -T, --tagname to override the tag name when finishing a release or hotfix.
  • Allow multiple hotfix branches by setting the config allowmultihotfix to true.
    The command to set it is

Kridsada Thanabulpong

  • Fix infinite loop during Darwin link resolving.

Justin Penney

  • Add detection for BusyBox getopt.