-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hello,
Compare link in release is now broken since we need to provide a branch to compare with :
{{#tags}}
{{#ifReleaseTag .}}
## [{{name}}](https://gitlab.com/html-validate/html-validate/compare/{{name}}) ({{tagDate .}})
It should looks like something like this :
{{#tags}}
{{#ifReleaseTag .}}
## [{{name}}](https://gitlab.com/html-validate/html-validate/compare/{{name}}...myBranch) ({{tagDate .}})
where myBranch is previous tag.
Is there a simple way to retrieve latest tag ? Or should we create a helper to do so ?
Thanks :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels