deepanchal / dnote-tui

Dnote TUI with ratatui
https://crates.io/crates/dnote-tui
MIT License
25 stars 1 forks source link

[DX] Remove `dnote-tui` prefix from github tags added by release please #86

Closed deepanchal closed 3 months ago

deepanchal commented 3 months ago

Description

Screenshots

Tasks

deepanchal commented 3 months ago

Fixed by https://github.com/deepanchal/dnote-tui/commit/76e1402c4ad9bd117adc021542552d45f864b35b

I had to re-tag all previous releases and push new tags so that release-please would know how to make a release from previous tag formatted with vA.B.C and not dnote-tui-vA.B.C

git tag v0.1.0 dnote-tui-v0.1.0
git tag v0.1.1 dnote-tui-v0.1.1
git tag v0.2.0 dnote-tui-v0.2.0
git tag v0.2.1 dnote-tui-v0.2.1
git tag v0.3.0 dnote-tui-v0.3.0
git tag v0.4.0 dnote-tui-v0.4.0
git tag v0.4.1 dnote-tui-v0.4.1
git tag v0.5.0 dnote-tui-v0.5.0
git tag v0.5.1 dnote-tui-v0.5.1
git tag v0.5.2 dnote-tui-v0.5.2
git tag v0.5.3 dnote-tui-v0.5.3
git tag v0.5.4 dnote-tui-v0.5.4
git tag v0.5.5 dnote-tui-v0.5.5
git tag v0.5.6 dnote-tui-v0.5.6
git tag v0.5.7 dnote-tui-v0.5.7
git tag v0.5.8 dnote-tui-v0.5.8
git push origin --tags

Newer releases are now tagged correctly :tada: See: https://github.com/deepanchal/dnote-tui/releases/tag/v0.5.9