- add more keywords and update description

This commit is contained in:
Mike Penz
2020-10-19 20:40:13 +02:00
parent a5629a3f6e
commit 0648f8a897
+11 -4
View File
@@ -1,8 +1,8 @@
{ {
"name": "release-changelog-builder-action", "name": "release-changelog-builder-action",
"version": "1.0.0", "version": "v1.0.0",
"private": true, "private": true,
"description": "Action to retrieve merged pull requests for a release, and construct the changelog", "description": "A GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.",
"main": "lib/main.js", "main": "lib/main.js",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
@@ -19,8 +19,15 @@
}, },
"keywords": [ "keywords": [
"actions", "actions",
"node", "changelog",
"setup" "release-notes",
"release",
"notes",
"change",
"release-automation",
"pull-requests",
"issues",
"labels"
], ],
"author": "Mike Penz", "author": "Mike Penz",
"license": "Apache 2.0", "license": "Apache 2.0",