From c79795049205467c33ab8c65b6a11e052ab38169 Mon Sep 17 00:00:00 2001 From: Fredrik Arvidsson Date: Tue, 13 Apr 2021 22:32:56 +0200 Subject: [PATCH] fix: use unique action name to be able to publish on Github marketplace --- README.md | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d1fe466..74266f1b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # release-notes-generator -A Github Action for semantic-release/release-notes-generator +A Github Action for [semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) [![Build](https://github.com/Fresa/release-notes-generator/actions/workflows/ci.yml/badge.svg)](https://github.com/Fresa/release-notes-generator/actions/workflows/ci.yml) @@ -27,7 +27,7 @@ jobs: - run: echo "${{ steps.release_notes.outputs.release_notes }}" ``` -### 📥 Inputs +### Inputs - **github_token** _(required)_ - The Github token used to query this repository.(default: `${{ github.token }}`) - **version** _(required)_ - The version of the release. diff --git a/action.yml b/action.yml index fad8aa98..e48c5c07 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Release Notes Generator' +name: 'Semantic Release Notes Generator' description: 'Generates release notes using semantic-release/release-notes-generator' author: 'Fredrik Arvidsson' inputs: