Skip to content

Latest commit

 

History

History
203 lines (118 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

203 lines (118 loc) · 12.5 KB

0.1.0-alpha.19 (2020-04-11)

Code Refactoring

  • rename summarizer to reporter (f5826e5)

Features

  • add spellcheck commit check (b3b6e65)

BREAKING CHANGES

  • This renames the --summary flag to --reporter.

Signed-off-by: Andrew Rynhard [email protected]

0.1.0-alpha.18 (2020-04-10)

Bug Fixes

  • Correctly return errors from command run function (59f365a)

Features

  • move body options to dedicated field (b2f63c1)
  • policy: add checks for header case and last character (fa7df19)
  • add compatibility with pre-commit.com (ea7199a)
  • policy: Make Conventional commit description configurable (d97b22c)

BREAKING CHANGES

  • This moves spec.requireCommitBody to spec.body.required.

Signed-off-by: Andrew Rynhard [email protected]

0.1.0-alpha.17 (2019-12-08)

Bug Fixes

  • add action.yml (4eb4beb)
  • address conform errors (cf1213a)
  • checks conv commit format in firstWord (7bed912)
  • remove autonomy references (d9668e0)
  • set pass to false if errors in policies (365c592)

Features

0.1.0-alpha.16 (2019-07-05)

Bug Fixes

0.1.0-alpha.15 (2019-07-04)

Features

  • add commit body check (adce353)
  • add number of commits check (e66888a)

0.1.0-alpha.14 (2019-07-03)

Bug Fixes

0.1.0-alpha.13 (2019-07-02)

Features

  • add support for GH actions on forked repo PRs (#130) (cc97536)

0.1.0-alpha.12 (2019-06-29)

Bug Fixes

  • excludeSuffixes wasn't skipping any files (#120) (c539351)
  • trim whitespace while validating DCO (#126) (0af31f8)

Features

0.1.0-alpha.11 (2019-03-12)

Bug Fixes

  • check empty commit-msg prior to parsing (#118) (37e0e69)

Features

  • change the license header to a string (#116) (1473b44)

0.1.0-alpha.10 (2019-02-19)

Bug Fixes

  • ensure the imperative check is against lowercase word (#112) (6ac7c2f)
  • use mood instead of verb (#114) (bd039e4)

0.1.0-alpha.9 (2019-01-23)

Bug Fixes

  • policy: use natural language processing for imperative check (#109) (3f75846)

Features

0.1.0-alpha.8 (2019-01-13)

Bug Fixes

  • policy: remove commit header length from conventional commit policy (#102) (116a3bf)

0.1.0-alpha.7 (2019-01-13)

Bug Fixes

  • ci: push built images images (#83) (f27917e)
  • metadata: keep original version string (#82) (3b165b3)
  • policy: unit test inline git config (#77) (954c003)

Features

0.1.0-alpha.6 (2018-10-08)

Bug Fixes

  • policy: return error in conventional commit report (#75) (2ac5059)

Features

  • adding command line flag for commit msg (#73) (4a6cc1c)
  • omit symbol and DWARF symbol tables (#70) (05cfacb)

0.1.0-alpha.5 (2018-10-04)

Bug Fixes

  • pipeline: nil pointer when no defined pipeline (#60) (1933d19)
  • policy: update regex to allow optional scope (#61) (aed2c22)

Features

0.1.0-alpha.4 (2018-03-07)

Bug Fixes

Features

  • docker: expose the image name and tag separately (#58) (42c5d09)
  • fmt: add fmt command (#59) (7fd1e89)
  • git: recursively search for .git in parent directories (#56) (5a73ea6)
  • metadata: allow users to specify variables (#52) (72061b1)

0.1.0-alpha.3 (2018-01-11)

Bug Fixes

  • pipeline: don't show stdout of artifact extraction (#49) (779bf93)
  • policy: check the entire commit header length (#31) (44d4ef0)
  • policy: strip leading newline from commit message (#50) (4b7b903)

Features

  • services, skip flag, and UX improvements (#43) (0373fea)
  • policy: enforce 72 character limit on commit header (#29) (9383d3e)
  • renderer: allow templates to be retrieved from URL (#41) (c53f523)

0.1.0-alpha.2 (2017-07-22)

Bug Fixes

Features

  • policy: add policy enforcement; enforce git commit policy (#17) (03caad0)

0.1.0-alpha.1 (2017-07-04)

0.1.0-alpha.0 (2017-06-05)