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.8.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: v2.0.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on Aug 2, 2020

  1. feat: upgrade commitlint dependencies to v9

    BREAKING CHANGE: this includes breaking changes from commitlint v9,
    like the fact that `improvement` type is now rejected in `@commitlint/config-conventional`.
    wagoid committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    a413a3f View commit details
    Browse the repository at this point in the history
  2. feat: use action input instead of env var to get the github token

    BREAKING CHANGE: GITHUB_TOKEN env var is now ignored. In case a custom token is needed,
    it'll be necessary to pass it via the `token` input from now on.
    wagoid committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    18e9bff View commit details
    Browse the repository at this point in the history
  3. Merge pull request #42 from wagoid/feat/upgrade-commitlint-deps

    feat: upgrade commitlint deps
    wagoid authored Aug 2, 2020
    Configuration menu
    Copy the full SHA
    98391a5 View commit details
    Browse the repository at this point in the history
  4. chore(release): publish

    wagoid committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    e93ddf0 View commit details
    Browse the repository at this point in the history
Loading