CHANGELOG

0.2.1

fix

  • extra line is missing in some commits (#3) (8f92f76)

0.2.0

feat

  • let users interact with conventional commits regex / sections to show (bd7a5b9)

fix

  • changelog updated when launched twice with tag (9637e06)
  • make config variables local (525fddf)

0.1.0

feat

  • add command arguments to print and set tag (d56b620)
  • add capability to show commits body (706f6cf)
  • add type/scope traduction capability (f9aac69)
  • add capability to show scope section (d3135ca)
  • add user/repo config (b7c149c)
  • show breaking changes (72ee055)

fix

  • only print update message if something is done (358a6c7)
  • check tags only present in current branch (fc1fe5b)
  • add entrypoint to prevent to add 'changelog' as argument (d90c863)
  • call git log only once (e8d1d1e)
  • don't include in GIT_COMMITS commits not used (027fb6b)
  • keep existing CHANGELOG intact (f85f03a)
  • first commit not in commits list (64d33cc)

0.0.3

fix

  • only generate CHANGELOG if at least 1 conventional commit (1f0c8ba)

0.0.2

fix

  • improve conventional commit regex (bf2dac7)
  • don't fail if nothing is commited (334c1c4)

0.0.1

fix

  • First release (8216de6)