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>
This commit is contained in:
parent
2e07eb1c38
commit
2c0ecdfb67
2 changed files with 13 additions and 13 deletions
2
.github/workflows/draft_new_release.yml
vendored
2
.github/workflows/draft_new_release.yml
vendored
|
@ -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: |
|
||||
|
|
24
CHANGELOG.md
24
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue