summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@archlinux.org>2022-05-03 00:23:41 -0400
committerDaniel M. Capella <polyzen@archlinux.org>2022-05-03 00:23:41 -0400
commitb089ccad46109a1cb9a23be10007672b5781076a (patch)
treebacbb6c4c2c8964d75f2298df053dde372033fd2
parent0a5c2e3c7c0ace9537300962fa22009af14fe270 (diff)
Release v1.5.0
Signed-off-by: Daniel M. Capella <polyzen@archlinux.org>
-rw-r--r--CHANGES.md15
-rw-r--r--doc/release-procedure.txt1
2 files changed, 13 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index baa7502..b4af3e2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Added
+
+### Changed
+
+### Fixed
+
+
+## [1.5.0] - 2022-05-03
+### Added
- pacdiff: automatically delete pacfile after viewing if identical (3528b32c)
- pacdiff: Learn the (M)erge mode (94b2a194)
- pacdiff: Add option to use sudo/sudoedit to manage files (19ab4fac)
@@ -125,6 +133,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[Unreleased]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.4.0...master
[1.0.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v0.0.1...v1.0.0
[1.1.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.0.0...v1.1.0
-[1.2.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.0.1...v1.2.0
-[1.3.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.0.2...v1.3.0
-[1.4.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.0.3...v1.4.0
+[1.2.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.1.0...v1.2.0
+[1.3.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.2.0...v1.3.0
+[1.4.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.3.0...v1.4.0
+[1.5.0]: https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.4.0...v1.5.0
diff --git a/doc/release-procedure.txt b/doc/release-procedure.txt
index 3237bfd..0805a32 100644
--- a/doc/release-procedure.txt
+++ b/doc/release-procedure.txt
@@ -23,6 +23,7 @@ Assuming `$VERSION` is the version number in `X.Y.Z` format and `$REMOTE` is the
- Populate new `Unreleased` section.
- Add the Git log URL for the new tag to the bottom of the file.
- Bump the version in the `Unreleased` Git log URL.
+* `git add CHANGES.md`
* `git commit -sm "Release v$VERSION"`
* `git tag -s v$VERSION -m v$VERSION`
* {blank}