diff --git a/README.md b/README.md index ee58fdb..d7130ee 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

- ... a GitHub action that builds your release notes fast, easy and exactly the way you want. + ... a GitHub action that builds your release notes / changelog fast, easy and exactly the way you want.

diff --git a/package.json b/package.json index 7afdebd..784436a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "release-changelog-builder-action", - "version": "1.0.0", + "version": "v1.0.0", "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", "scripts": { "build": "tsc", @@ -19,8 +19,15 @@ }, "keywords": [ "actions", - "node", - "setup" + "changelog", + "release-notes", + "release", + "notes", + "change", + "release-automation", + "pull-requests", + "issues", + "labels" ], "author": "Mike Penz", "license": "Apache 2.0",