aboutsummaryrefslogtreecommitdiff
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
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>
-rw-r--r--.github/workflows/draft_new_release.yml2
-rw-r--r--CHANGELOG.md24
2 files changed, 13 insertions, 13 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: |
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6cc0ca28..04ac0340 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -340,29 +340,29 @@ All notable changes to this project will be documented in this file.
- Fix elements overlapping.
-[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.3...HEAD
+[Unreleased]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.3...HEAD
-[1.11.3]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.2...1.11.3
+[1.11.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.2...v1.11.3
-[1.11.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.1...1.11.2
+[1.11.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.1...v1.11.2
-[1.11.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.11.0...1.11.1
+[1.11.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.11.0...v1.11.1
-[1.11.0]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.3...1.11.0
+[1.11.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.10.3...v1.11.0
-[1.10.3]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.2...1.10.3
+[1.10.3]: https://github.com/android-password-store/Android-Password-Store/compare/v1.10.2...v1.10.3
-[1.10.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.1...1.10.2
+[1.10.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.10.1...v1.10.2
-[1.10.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.10.0...1.10.1
+[1.10.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.10.0...v1.10.1
-[1.10.0]: https://github.com/android-password-store/Android-Password-Store/compare/1.9.2...1.10.0
+[1.10.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.9.2...v1.10.0
-[1.9.2]: https://github.com/android-password-store/Android-Password-Store/compare/1.9.1...1.9.2
+[1.9.2]: https://github.com/android-password-store/Android-Password-Store/compare/v1.9.1...v1.9.2
-[1.9.1]: https://github.com/android-password-store/Android-Password-Store/compare/1.9.0...1.9.1
+[1.9.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.9.0...v1.9.1
-[1.9.0]: https://github.com/android-password-store/Android-Password-Store/compare/1.8.1...1.9.0
+[1.9.0]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.1...v1.9.0
[1.8.1]: https://github.com/android-password-store/Android-Password-Store/compare/v1.8.0..v1.8.1