Skip to content

Commit

Permalink
chore(release): 1.7.1
Browse files Browse the repository at this point in the history
## [1.7.1](v1.7.0...v1.7.1) (2021-06-26)

### Bug Fixes

* update action.yml name ([baf8dac](baf8dac))
  • Loading branch information
semantic-release-bot committed Jun 26, 2021
1 parent baf8dac commit ee5e76e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.7.1](https://github.com/todogroup/repolinter-action/compare/v1.7.0...v1.7.1) (2021-06-26)


### Bug Fixes

* update action.yml name ([baf8dac](https://github.com/todogroup/repolinter-action/commit/baf8dac81ac57464a30d3e3ac1b22a15b866768b))

# [1.7.0](https://github.com/todogroup/repolinter-action/compare/v1.6.5...v1.7.0) (2021-06-25)


Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ outputs:
description: 'The JSON output from the repolinter run, from repolinter.jsonFormatter.'
runs:
using: 'docker'
image: docker://ghcr.io/todogroup/repolinter-action:v1.7.0
image: docker://ghcr.io/todogroup/repolinter-action:v1.7.1
env:
INPUT_DIRECTORY: ${{ inputs.directory }}
INPUT_TOKEN: ${{ inputs.token }}
Expand Down
4 changes: 2 additions & 2 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": "repolinter-action",
"version": "1.7.0",
"version": "1.7.1",
"private": true,
"description": "GitHub action to automatically enforce open source policies using Repolinter",
"main": "lib/entry.js",
Expand Down

0 comments on commit ee5e76e

Please sign in to comment.