Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pacman
Pacman Contrib
Commits
b089ccad
Verified
Commit
b089ccad
authored
May 03, 2022
by
Daniel M. Capella
Browse files
Release v1.5.0
Signed-off-by:
Daniel M. Capella
<
polyzen@archlinux.org
>
parent
0a5c2e3c
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES.md
View file @
b089ccad
...
...
@@ -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
doc/release-procedure.txt
View file @
b089ccad
...
...
@@ -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}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment