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: v4.0.2
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: v4.0.3
Choose a head ref
  • 3 commits
  • 23 files changed
  • 2 contributors

Commits on Jul 17, 2021

  1. fix: build the action with rollup

    On v4, we used the default nodejs resolution logic to allow ES modules in dependencies.
    This created a breaking change of forcing users of this action
    to use the .cjs extension instead of .js in config files.
    
    With this fix, we now bundle the action with rollup to allow ES modules
    in dependencies, while keeping the support for .js config files.
    
    With this change, the default config file was returned back to .js instead of
    .cjs.
    
    Fixes #194
    wagoid committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    2e57812 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #197 from wagoid/fix/build-the-action-with-rollup

    fix: build the action with rollup
    wagoid authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    974c690 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish 4.0.3 [skip-ci]

    GitHub Action committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    66a6cf0 View commit details
    Browse the repository at this point in the history
Loading