Skip to content

Commit

Permalink
chore(release): 1.6.4
Browse files Browse the repository at this point in the history
## [1.6.4](v1.6.3...v1.6.4) (2020-12-29)

### Bug Fixes

* add automatic tagging to action metadata for GHCR ([#9](#9)) ([9237b83](9237b83))
  • Loading branch information
semantic-release-bot committed Dec 29, 2020
1 parent aca2023 commit 9f50e2e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 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.4](https://github.com/newrelic/repolinter-action/compare/v1.6.3...v1.6.4) (2020-12-29)


### Bug Fixes

* add automatic tagging to action metadata for GHCR ([#9](https://github.com/newrelic/repolinter-action/issues/9)) ([9237b83](https://github.com/newrelic/repolinter-action/commit/9237b83797f8c15c186384d06f5d856a1f150d12))

## [1.6.3](https://github.com/newrelic/repolinter-action/compare/v1.6.2...v1.6.3) (2020-12-28)


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: 'Dockerfile'
image: docker://ghcr.io/newrelic/repolinter-action:v1.6.4
env:
INPUT_DIRECTORY: ${{ inputs.directory }}
INPUT_TOKEN: ${{ inputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

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.3",
"version": "1.6.4",
"private": true,
"description": "GitHub action to automatically enforce open source policies using Repolinter",
"main": "lib/entry.js",
Expand Down

0 comments on commit 9f50e2e

Please sign in to comment.