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.0.3
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.4
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 14, 2020

  1. chore(deps): bump yargs-parser from 13.1.1 to 13.1.2

    Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
    - [Release notes](https://github.com/yargs/yargs-parser/releases)
    - [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
    - [Commits](https://github.com/yargs/yargs-parser/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and wagoid committed Sep 14, 2020
    Copy the full SHA
    7c9f107 View commit details
  2. chore(release): publish 2.0.4 [skip-ci]

    GitHub Action committed Sep 14, 2020
    Copy the full SHA
    09d6dc6 View commit details
Showing with 28 additions and 48 deletions.
  1. +2 −0 CHANGELOG.md
  2. +1 −1 action.yml
  3. +24 −46 package-lock.json
  4. +1 −1 package.json
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 2.0.4 (2020-09-14)

### 2.0.3 (2020-09-14)

### 2.0.2 (2020-08-22)
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ outputs:
description: The error and warning messages for each one of the analyzed commits
runs:
using: docker
image: docker://wagoid/commitlint-github-action:2.0.3
image: docker://wagoid/commitlint-github-action:2.0.4
branding:
icon: check-square
color: blue
70 changes: 24 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
"version": "2.0.3",
"version": "2.0.4",
"description": "commitlint github action",
"private": true,
"main": "run.js",