From 5a58bd0749f7793e953bb202f77088637c0f11d4 Mon Sep 17 00:00:00 2001 From: Florian Wilhelm Date: Sat, 16 Jan 2021 21:58:09 +0100 Subject: [PATCH] Rename action for publishing --- .github/workflows/release.yml | 2 ++ action.yml | 2 +- release-notes-draft.md | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebbeaed..a758fa3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,8 @@ jobs: - name: Get Version Number uses: fwilhe2/bump-version@main id: bump + with: + component: patch - run: echo New Version Number ${{ steps.bump.outputs.newVersion }} - name: Create Release id: create_release diff --git a/action.yml b/action.yml index 4b800cc..c712fc5 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Bump Version' +name: 'Bump Release Version' description: 'Bump version number to aid automated release processes' author: 'Florian Wilhelm' inputs: diff --git a/release-notes-draft.md b/release-notes-draft.md index 8b13789..2f577ac 100644 --- a/release-notes-draft.md +++ b/release-notes-draft.md @@ -1 +1,2 @@ +Prepare publish to marketplace \ No newline at end of file