Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No diff link rendered for first release #7

Open
mrombout opened this issue Apr 9, 2023 · 0 comments
Open

No diff link rendered for first release #7

mrombout opened this issue Apr 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@mrombout
Copy link
Owner

mrombout commented Apr 9, 2023

When doing the a first release, all items are properly moved from the Unreleased section to the release section. But at the bottom of the page, no diff link is rendered for this release:

# Changelog

Lorum ipsum dolor sit amet.

## [Unreleased]

## [v0.0.1] - 2023-04-09

### Added

- Added some new stuff.

### Changed

- Changed an existing feature.

### Deprecated

- Deprecated some old stuff, to be removed in the next release.

### Removed

- Removed some old stuff.

### Fixed

- Fixed some bugs.

### Security

- Security fix for CVE-1234-1234.

[Unreleased]: http://github.com/HEAD...HEAD

Only after the changelog is then modified again (either through a release or adding a new entry) the link is properly rendered and the link is changed to [Unreleased]: http://github.com/v0.0.1...HEAD as it should be.

@mrombout mrombout added the bug Something isn't working label Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant