Skip to content

Commit

Permalink
try dropping the old tag
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Ainali <[email protected]>
  • Loading branch information
ericherman and Ainali committed Jul 20, 2023
1 parent 1a9c90e commit 5edbafe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
# Version history

<!-- script/release-body.sh expects VERSION in the first second-level header -->
<!-- script/update-changelog-date.sh expects DATE-OF-RELEASE and a colon -->

## 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

Expand Down

0 comments on commit 5edbafe

Please sign in to comment.