Skip to content

v8.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 19:53
· 248 commits to master since this release

v8.5.1 (2023-12-12)

Documentation

  • docs(configuration): adjust wording and improve clarity (#766)

  • docs(configuration): fix typo in text

  • docs(configuration): adjust wording and improve clarity (6b2fc8c)

Fix

  • fix(config): gracefully fail when repo is in a detached HEAD state (#765)

  • fix(config): cleanly handle repository in detached HEAD state

  • test(cli-main): add detached head cli test (ac4f9aa)

  • fix(cmd-version): handle committing of git-ignored file gracefully (#764)

  • fix(version): only commit non git-ignored files during version commit

  • test(version): set version file as ignored file

Tweaks tests to use one committed change file and the version file
as an ignored change file. This allows us to verify that our commit
mechanism does not crash if a file that is changed is ignored by user (ea89fa7)

Style