From 0648f8a89720680fca0e690f188a764087a50b0b Mon Sep 17 00:00:00 2001 From: Mike Penz Date: Mon, 19 Oct 2020 20:40:13 +0200 Subject: [PATCH] - add more keywords and update description --- package.json | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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",