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: v1.2.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: v1.2.1
Choose a head ref
  • 5 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    97a5852 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    2c42093 View commit details
    Browse the repository at this point in the history
  2. fix: lerna scopes not working due to missing lerna dependency

    `@commitlint/config-lerna-scopes` package depends on lerna but doesn't have `lerna` listed in its dependencies, so the action was failing. Since this action doesn't run in the repo's context, we need to install lerna as a dependency to make it work.
    wagoid committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    99b068a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from wagoid/fix/lerna-scopes-not-working-due-to…

    …-missing-lerna
    
    Fix/lerna scopes not working due to missing lerna
    wagoid authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    7003639 View commit details
    Browse the repository at this point in the history
  4. chore(release): publish

    wagoid committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    a64f515 View commit details
    Browse the repository at this point in the history
Loading