We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
myBranch
Is there a simple way to retrieve latest tag ? Or should we create a helper to do so ?
Thanks :)
The text was updated successfully, but these errors were encountered:
A helper can probably solve it.
Sorry, something went wrong.
No branches or pull requests
Hello,
Compare link in release is now broken since we need to provide a branch to compare with :
It should looks like something like this :
where
myBranch
is previous tag.Is there a simple way to retrieve latest tag ? Or should we create a helper to do so ?
Thanks :)
The text was updated successfully, but these errors were encountered: