diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-09-07 10:48:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 07:18:19 +0200 |
commit | 2c0ecdfb67aeb8d47702159e1c61659679bc9408 (patch) | |
tree | 358f7b305921d183ae6b28b1eb5d0068cd0d4cc7 /CHANGELOG.md | |
parent | 2e07eb1c38cdedf36278037274765fead6f828c3 (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 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 24 |
1 files changed, 12 insertions, 12 deletions
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 |