From 8bf6195a480a111ba1777e940f7403353b0290be Mon Sep 17 00:00:00 2001 From: Wagner Santos Date: Tue, 8 Oct 2019 11:11:06 -0300 Subject: [PATCH] chore(release): bump version --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ README.md | 2 +- action.yml | 2 +- package.json | 2 +- 4 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..63f63b4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ + + +## [1.1.1](https://github.com/wagoid/commitlint-github-action/compare/v1.1.0...v1.1.1) (2019-10-08) + +### Bug Fixes + +- do not call `require` in the config file to allow other file types ([949b695](https://github.com/wagoid/commitlint-github-action/commit/949b695)) + + + +# [1.1.0](https://github.com/wagoid/commitlint-github-action/compare/v1.0.0...v1.1.0) (2019-10-04) + +### Features + +- use image from docker hub ([9379b32](https://github.com/wagoid/commitlint-github-action/commit/9379b32)) + + + +# 1.0.0 (2019-10-02) + +### Bug Fixes + +- make action name unique ([fd906ae](https://github.com/wagoid/commitlint-github-action/commit/fd906ae)) +- revert action to use debian image ([33f8aa3](https://github.com/wagoid/commitlint-github-action/commit/33f8aa3)) +- use Commit Linter as a unique action name ([dedf966](https://github.com/wagoid/commitlint-github-action/commit/dedf966)) + +### Features + +- add commitlint action ([478fbaf](https://github.com/wagoid/commitlint-github-action/commit/478fbaf)) diff --git a/README.md b/README.md index c1fec62..cfad640 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v1 - - uses: wagoid/commitlint-github-action@v1.1.0 + - uses: wagoid/commitlint-github-action@v1.1.1 ``` ## Inputs diff --git a/action.yml b/action.yml index a2b12de..edfba44 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: default: './commitlint.config.js' runs: using: 'docker' - image: 'docker://wagoid/commitlint-github-action:1.1.0' + image: 'docker://wagoid/commitlint-github-action:1.1.1' branding: icon: 'check-square' color: 'blue' diff --git a/package.json b/package.json index 5ccd374..3435d73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commitlint-github-action", - "version": "1.1.0", + "version": "1.1.1", "description": "commitlint github action", "main": "index.js", "scripts": {