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: v3.0.5
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: v3.0.6
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 2, 2021

  1. fix: perform an atomic push when releasing

    This avoids the following error:
    "Updates were rejected because the tip of your current branch is behind its remote counterpart"
    This happens when a PR is merged while release is in progress.
    wagoid committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    9d00d1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #120 from wagoid/ci/use-atomic-pushes

    fix: perform an atomic push when releasing
    wagoid authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    ca2b1bb View commit details
    Browse the repository at this point in the history
  3. chore(release): publish 3.0.6 [skip-ci]

    GitHub Action committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    b50220d View commit details
    Browse the repository at this point in the history
Loading