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.3.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.3.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 30, 2019

  1. fix: do not try to get parent of push event's "before" field

    "before" field of a push event's payload already shows the commit before the push event was sent, so we can use it as "from" field of the revision.
    
    Fixes #18
    wagoid committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    c1bba52 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from wagoid/fix/do-not-get-parent-of-push-befo…

    …re-field
    
    fix: do not try to get parent of push event's "before" field
    wagoid authored Nov 30, 2019
    Configuration menu
    Copy the full SHA
    55cae67 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

    wagoid committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    be6d999 View commit details
    Browse the repository at this point in the history
Loading