Skip to content

Commit 2da6b72

Browse files
chore(release): 1.7.0
# [1.7.0](v1.6.1...v1.7.0) (2020-12-29) ### Bug Fixes * releaserc fixes ([b8964e5](b8964e5)) * test adding automatic release tagging in action yml ([41c8a70](41c8a70)) * update CI workflow to publish to GHCR ([702a654](702a654)) * update package json ([0131e9e](0131e9e)) * upgrade dependencies, and release docker image to GHCR ([cc37be3](cc37be3)) ### Features * trigger feature release ([b035c7a](b035c7a))
1 parent 0f7e10c commit 2da6b72

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.7.0](https://github.com/prototypicalpro/repolinter-action/compare/v1.6.1...v1.7.0) (2020-12-29)
2+
3+
4+
### Bug Fixes
5+
6+
* releaserc fixes ([b8964e5](https://github.com/prototypicalpro/repolinter-action/commit/b8964e5880b5b663918f59482a13a1e7d4bac64e))
7+
* test adding automatic release tagging in action yml ([41c8a70](https://github.com/prototypicalpro/repolinter-action/commit/41c8a70972ff97bb0a7c6056cf318a798f993933))
8+
* update CI workflow to publish to GHCR ([702a654](https://github.com/prototypicalpro/repolinter-action/commit/702a654c4ef5596c04ad9ce8a603e792014f9e32))
9+
* update package json ([0131e9e](https://github.com/prototypicalpro/repolinter-action/commit/0131e9e98de15c1f9cdb897c164ab0a1ae18d2c4))
10+
* upgrade dependencies, and release docker image to GHCR ([cc37be3](https://github.com/prototypicalpro/repolinter-action/commit/cc37be3d9756efbab0e59d70236f7ade0f8057de))
11+
12+
13+
### Features
14+
15+
* trigger feature release ([b035c7a](https://github.com/prototypicalpro/repolinter-action/commit/b035c7a73c5fab546d8fac59745863d1cb73b125))
16+
117
## [1.6.2](https://github.com/prototypicalpro/repolinter-action/compare/v1.6.1...v1.6.2) (2020-12-29)
218

319

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "repolinter-action",
3-
"version": "1.6.2",
3+
"version": "1.7.0",
44
"private": true,
55
"description": "GitHub action to automatically enforce open source policies using Repolinter",
66
"main": "lib/entry.js",

0 commit comments

Comments
 (0)