diff --git a/README.md b/README.md index f3cc109..faa74db 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ typescript-action status

-# auto-release +# auto-release-changelog -A fork of https://github.com/marvinpinto/actions/blob/master/packages/automatic-releases with further changelog customizations +Based on [automatic-releases](https://github.com/marvinpinto/actions/blob/master/packages/automatic-releases) with further changelog customizations. ## arguments ```yaml diff --git a/action.yml b/action.yml index 10cb03e..f98c177 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'auto-release' +name: 'auto-release-changelog' description: 'Generates a release with changelog when a new tag is pushed' author: 'MC-Machinations' inputs: diff --git a/package.json b/package.json index 26ea94f..68cf865 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "auto-release", + "name": "auto-release-changelog", "version": "0.0.0", "private": true, "description": "Generate automatic releases on new tag push",