Skip to content

Commit af5887c

Browse files
authored
Fix compare links in CHANGELOG.md
The `changelog` tool will replace `HEAD`, not `main`.
1 parent b4fbf77 commit af5887c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
265265
- [Weld] Removed `cucumber-weld` in favour of `cucumber-jakarta-cdi` or `cucumber-cdi2`. ([#2276](https://github.com/cucumber/cucumber-jvm/issues/2276) M.P. Korstanje)
266266
- [Needle] Removed `cucumber-needled` in favour of `cucumber-jakarta-cdi` or `cucumber-cdi2`. ([#2276](https://github.com/cucumber/cucumber-jvm/issues/2276) M.P. Korstanje)
267267

268-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.14.0...main
269-
[7.14.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.13.0...main
270-
[7.13.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.12.1...main
271-
[7.12.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.12.0...main
272-
[7.12.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.11.2...main
273-
[7.11.2]: https://github.com/cucumber/cucumber-jvm/compare/v7.11.1...main
274-
[7.11.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.11.0...main
268+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.14.0...HEAD
269+
[7.14.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.13.0...v7.14.0
270+
[7.13.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.12.1...v7.13.0
271+
[7.12.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.12.0...v7.12.1
272+
[7.12.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.11.2...v7.12.0
273+
[7.11.2]: https://github.com/cucumber/cucumber-jvm/compare/v7.11.1...v7.11.2
274+
[7.11.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.11.0...v7.11.1
275275
[7.11.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.10.1...v7.11.0
276276
[7.10.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.10.0...v7.10.1
277277
[7.10.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.9.0...v7.10.0

0 commit comments

Comments
 (0)