Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wagoid/commitlint-github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.0
Choose a base ref
...
head repository: wagoid/commitlint-github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.5.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 28, 2024

  1. fix: upgrade commitlint to latest v18

    This fixes #760 properly, without breaking changes.
    We'll upgrade commitlint to v19 in a major change to the version.
    wagoid committed Mar 28, 2024
    Copy the full SHA
    6ee28c9 View commit details
  2. Merge pull request #762 from wagoid/fix-upgrade-commitlint-to-latest-v18

    fix: upgrade commitlint to latest v18
    wagoid authored Mar 28, 2024
    Copy the full SHA
    05eef5d View commit details
  3. chore(release): publish 5.5.1 [skip-ci]

    GitHub Action committed Mar 28, 2024
    Copy the full SHA
    9763196 View commit details
Showing with 291 additions and 273 deletions.
  1. +7 −0 CHANGELOG.md
  2. +1 −1 action.yml
  3. +272 −261 package-lock.json
  4. +11 −11 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [5.5.1](https://github.com/wagoid/commitlint-github-action/compare/v5.5.0...v5.5.1) (2024-03-28)


### Bug Fixes

* upgrade commitlint to latest v18 ([6ee28c9](https://github.com/wagoid/commitlint-github-action/commit/6ee28c93002746f39d5d3f364b4d02e3b10600a1)), closes [#760](https://github.com/wagoid/commitlint-github-action/issues/760)

## [5.5.0](https://github.com/wagoid/commitlint-github-action/compare/v5.4.5...v5.5.0) (2024-03-28)


2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ outputs:
description: The error and warning messages for each one of the analyzed commits
runs:
using: docker
image: docker://wagoid/commitlint-github-action:5.5.0
image: docker://wagoid/commitlint-github-action:5.5.1
branding:
icon: check-square
color: blue
Loading