Skip to content

Commit

Permalink
fix(ci): missing 'v' in tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jun 27, 2024
1 parent 4f39f5b commit 0f1a0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ filename = "CHANGELOG.md"
replace = '''<!-- start changelog -->
(unreleased)=
## [Unreleased](https://github.com/jeertmans/sionna-vispy/compare/{new_version}...HEAD)'''
## [Unreleased](https://github.com/jeertmans/sionna-vispy/compare/v{new_version}...HEAD)'''
search = "<!-- start changelog -->"

[tool.hatch.build.targets.wheel]
Expand Down

0 comments on commit 0f1a0f1

Please sign in to comment.