-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
The diff/changelog links in release notes for this action are broken/malformed.
See latest release: https://github.com/step-security/harden-runner/releases/tag/v2.13.0

Full changelog link is v2...v2.13.0

Note how the changelog is diff-ing 2.13.0 with v2
and not with 2.12.2.
This is because the action is using v2
"major version" tag. That "major version" git ref should be a branch, not a tag because the ref is continually updated each release. (Git conventions expect tags to be generally immutable. Branches are mutable.)
Metadata
Metadata
Assignees
Labels
No labels