Skip to content

Releases: rainstormy/github-action-validate-commit-messages

1.1.9

Choose a tag to compare

@rainstormybot-nimbus rainstormybot-nimbus released this 27 Jul 18:16
v1.1.9
84da286

Changed

  • Reduce the size of the bundle downloaded by the GitHub Actions runner:
    • Drop GitHub Actions Toolkit as a runtime dependency and interact directly with the GitHub REST API via the Fetch API in Node.js.
    • Replace Zod with Valibot as data validation library.

Fixed

  • Recognise cross-check, deconsolidate, outfigure, outguess, outthink, overreach, preenact/pre-enact, prefigure, pre-release, prerender/ pre-render, recheck/re-check, reenable/re-enable, reenact/ re-enact, uncheck, unconsolidate, unresolve, unset, unsettle, untick, and upsert as verbs in the imperative-subject-lines rule.

1.1.8

Choose a tag to compare

@rainstormybot-nimbus rainstormybot-nimbus released this 31 Mar 21:42
v1.1.8
913fbb1

Fixed

  • Downgrade Undici to 6.21.2 to preserve compatibility with Node.js 20.

1.1.7

Choose a tag to compare

@rainstormybot-nimbus rainstormybot-nimbus released this 30 Mar 16:21
v1.1.7
bcb1dda

Fixed

  • Detect and ignore trailing hexadecimal hashes and semantic version numbers with prerelease segments in the limit-length-of-subject-lines rule.
  • Recognise deallocate, decommission, dequeue, digitalise/digitalize, digitise/digitize, enqueue, generify, mislexicalise/mislexicalize, misparse, mistokenise/mistokenize, prerelease, professionalise/professionalize, quantise/quantize, reallocate, reassign, recollapse, recommission, recommit, recouple, redeploy, regroup, remerge, requeue, re-read, rerelease/re-release, retrap, robustify, tokenise/tokenize, unassign, unblur, unbump, uncollapse, uncommit, uncouple, undeploy, unfocus, ungroup, unmerge, unpair, unrelease, unsquash, untrap, and unzoom as verbs in the imperative-subject-lines rule.

1.1.6

Choose a tag to compare

@rainstormybot-nimbus rainstormybot-nimbus released this 28 Oct 19:27
v1.1.6
b0bd358

Fixed

  • Recognise autocreate, autodelete, autofill, autofire, autofocus, autojoin, automerge, autorelease, modularise/modularize, postfix, and prefill as verbs in the imperative-subject-lines rule.

1.1.5

Choose a tag to compare

@rainstormybot-nimbus rainstormybot-nimbus released this 20 May 18:19
v1.1.5
1f19272

Fixed

  • Recognise alias, inline, proxy, and reroute as verbs in the imperative-subject-lines rule.

1.1.4

Choose a tag to compare

@rainstormybot-nimbus rainstormybot-nimbus released this 18 Dec 22:13
v1.1.4
158b8e3

Fixed

  • Recognise coauthor/co-author, colocate/co-locate, collocate, copilot/co-pilot, deauthenticate, deauthorise/deauthorize, deorbit, parameterise/parameterize/parametrise/parametrize, remix, and unauthorise/unauthorize as verbs in the imperative-subject-lines rule.

1.1.3

Choose a tag to compare

@spdiswal spdiswal released this 02 Nov 23:32
v1.1.3
6e62aa8

Fixed

  • Recognise decouple as a verb in the imperative-subject-lines rule.

1.1.2

Choose a tag to compare

@spdiswal spdiswal released this 22 Oct 13:05
v1.1.2
1df19ac

Changed

  • Run on Node.js 20, as Node.js 16 is to become obsolete in GitHub Actions. This change should neither require any changes to your workflow files nor affect the visible behaviour of this action. Hence, it is not considered to be a breaking change.

1.1.1

Choose a tag to compare

@spdiswal spdiswal released this 09 Sep 19:40
v1.1.1
3787361

Fixed

  • Reduce the bundle size downloaded by the GitHub Actions runner. The tarball archive exported by GitHub no longer contains Yarn PnP binaries and development-related files.

1.1.0

Choose a tag to compare

@spdiswal spdiswal released this 04 May 21:43
v1.1.0
d2ac85a

Added

  • New rule: unique-subject-lines.

Fixed

  • Ignore semantic version updates (i.e. subject lines that end with to X.Y.Z) in the limit-length-of-subject-lines rule.
  • Ignore lines that contain an https:// URL in the limit-length-of-body-lines rule.