From 5edbafe1149f570231492ea0c7051fb8a10226fe Mon Sep 17 00:00:00 2001 From: Eric Herman Date: Thu, 20 Jul 2023 11:59:58 +0200 Subject: [PATCH] try dropping the old tag Co-authored-by: Jan Ainali --- .github/workflows/release-on-tag.yml | 2 ++ CHANGELOG.md | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index 082dc8c..3754ec8 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -65,6 +65,8 @@ jobs: run: git push origin main - name: do-git-push-tags run: git push --tags + - name: do-git-delete-tag + run: git push origin :release-${{ steps.trim-and-set-release-tag.outputs.RELEASE_TAG }} - name: upload uses: softprops/action-gh-release@v1 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9aacb..1d485da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ # Version history + + +## Version 0.0.4 + +DATE-OF-RELEASE: This drops the "release-0.0.4" tag after "0.0.4" is created + +* no more "before release" tag in the tags history ## Version 0.0.3