We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2336bb commit 6a4378aCopy full SHA for 6a4378a
1 file changed
layouts/release-notes.html
@@ -50,7 +50,7 @@ <h2 class="border-bottom-0 m-0 p-0">
50
<span class="IssueLabel bg-orange text-white ml-3">Release Candidate</span>
51
{% endif %}
52
53
- <a href="https://enterprise.github.com/releases/{{ patch.version }}/download" class="ml-3 text-small text-bold">
+ <a href="https://enterprise.github.com/releases/{{ patch.version | replace: '-rc', '' }}/download" class="ml-3 text-small text-bold">
54
Download
55
</a>
56
0 commit comments