Skip to content

Gitlab compare link broken #54

@SirBigoo

Description

@SirBigoo

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions