aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-09-07 10:48:19 +0530
committerGitHub <noreply@github.com>2020-09-07 07:18:19 +0200
commit2c0ecdfb67aeb8d47702159e1c61659679bc9408 (patch)
tree358f7b305921d183ae6b28b1eb5d0068cd0d4cc7 /.github
parent2e07eb1c38cdedf36278037274765fead6f828c3 (diff)
Fix changelog links (#1083)
* changelog: fix links Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> * github: prepend 'v' to version passed in changelog action Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/draft_new_release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml
index f1ff1f96..91b047fb 100644
--- a/.github/workflows/draft_new_release.yml
+++ b/.github/workflows/draft_new_release.yml
@@ -23,7 +23,7 @@ jobs:
- name: Update changelog
uses: thomaseizinger/keep-a-changelog-new-release@1.1.0
with:
- version: ${{ env.RELEASE_VERSION }}
+ version: v${{ env.RELEASE_VERSION }}
- name: Initialize git config
run: |