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: v2.1.1
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.1.2
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Nov 17, 2020

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

Commits on Nov 20, 2020

  1. Merge pull request #59 from jdbruijn/docs/set-env

    docs: use `env` to replace deprecated `set-env` in example
    wagoid authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    e14514c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. ci: replace set-env calls with $GITHUB_ENV file

    Due to security reasons, ::set-env command doesn't work anymore. The new method of
    updating env vars dynamically is through the $GITHUB_ENV file.
    wagoid committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    0723517 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from wagoid/ci/replace-set-env-with-new-method

    ci: replace set-env calls with $GITHUB_ENV file
    wagoid authored Nov 21, 2020
    Configuration menu
    Copy the full SHA
    4de4b89 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish 2.1.2 [skip-ci]

    GitHub Action committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    d6a3834 View commit details
    Browse the repository at this point in the history
Loading