Skip to content

Commit

Permalink
chore(release): 1.6.5
Browse files Browse the repository at this point in the history
## [1.6.5](newrelic/repolinter-action@v1.6.4...v1.6.5) (2020-12-29)

### Bug Fixes

* update sed command in releaserc ([2b7a8f4](newrelic@2b7a8f4))
  • Loading branch information
semantic-release-bot committed Dec 29, 2020
1 parent 00976bf commit 0e463ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.5](https://github.com/newrelic/repolinter-action/compare/v1.6.4...v1.6.5) (2020-12-29)


### Bug Fixes

* update sed command in releaserc ([2b7a8f4](https://github.com/newrelic/repolinter-action/commit/2b7a8f421557cfc88c66ab255fe11a8626451842))

## [1.6.4](https://github.com/newrelic/repolinter-action/compare/v1.6.3...v1.6.4) (2020-12-29)


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/newrelic/repolinter-action:v1.6.4
image: docker://ghcr.io/newrelic/repolinter-action:v1.6.5
env:
INPUT_DIRECTORY: ${{ inputs.directory }}
INPUT_TOKEN: ${{ inputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion 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.6.4",
"version": "1.6.5",
"private": true,
"description": "GitHub action to automatically enforce open source policies using Repolinter",
"main": "lib/entry.js",
Expand Down

0 comments on commit 0e463ab

Please sign in to comment.