Skip to content

Commit e80d1d0

Browse files
committed
fix(ci): add missing 'v' in tag
1 parent 5924c32 commit e80d1d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
<!-- start changelog -->
99

1010
(unreleased)=
11-
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/5.1.7...HEAD)
11+
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v5.1.7...HEAD)
1212

1313
(unreleased-chore)=
1414
### Chore

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ filename = "CHANGELOG.md"
114114
replace = '''<!-- start changelog -->
115115
116116
(unreleased)=
117-
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/{new_version}...HEAD)'''
117+
## [Unreleased](https://github.com/jeertmans/manim-slides/compare/v{new_version}...HEAD)'''
118118
search = "<!-- start changelog -->"
119119

120120
[tool.codespell]

0 commit comments

Comments
 (0)