Skip to content

Releases: coolapso/convcommitlint

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 21:32
1f8a67a

0.3.0 (2025-07-02)

Feature

  • action: add comment drafts option (fefdee6)

Bug Fixes

CI

  • Use test build to check commits (b894807)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 15:55
4b35804

0.2.0 (2025-06-18)

Breaking Changes

  • github: Do not comment on draft pull requests (0ec8f9d)

Detect draft PRs and only comment on those if --comment-drafts is enabled.
Users may use draft pull requests as form of communication within teams and to
test stuff, having convcommitlint commenting all the time is probably too spammy.
  • footer: Allow capitals in footer (8d397f1)

Spec actually doesn't mention anything about capitals, only mentions
that breaking changes is the only one that can have Spaces, therefore
capitals are allowed in the footer

Documentation

Tests

  • utils: fix test get repository (4b35804)

CI

  • Deploy install script to pages (02bce6c)

ref

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 31 May 11:32
6841dad

0.1.1 (2025-05-31)

Bug Fixes

  • action: use ref name instead of head ref (6841dad)
  • action: Do not fetch if head ref is base branch (46f9ab0)
  • action: Properly fetch git history (11ac293)

Documentation

CI

  • test: Run workflow directly from repository (1e29c0f)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 May 17:07
9cc4f77

0.1.0 (2025-05-30)

Feature

Documentation

  • Add note about checkout action (9cc4f77)

CI

ref