fix(ci): add missing 'v' in tag

This commit is contained in:
Jérome Eertmans
2024-06-27 09:57:17 +02:00
parent 5924c329a8
commit e80d1d08eb
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- start changelog -->
(unreleased)=
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/5.1.7...HEAD)
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.1.7...HEAD)
(unreleased-chore)=
### Chore

View File

@ -114,7 +114,7 @@ filename = "CHANGELOG.md"
replace = '''<!-- start changelog -->
(unreleased)=
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/{new_version}...HEAD)'''
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v{new_version}...HEAD)'''
search = "<!-- start changelog -->"
[tool.codespell]