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
5350d1e4
Verified
Commit
5350d1e4
authored
May 03, 2022
by
Daniel M. Capella
Browse files
Fix version bump oversights
Signed-off-by:
Daniel M. Capella
<
polyzen@archlinux.org
>
parent
b089ccad
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES.md
View file @
5350d1e4
...
...
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed
### Fixed
-
Fix version bump oversights
## [1.5.0] - 2022-05-03
...
...
@@ -130,10 +131,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
-
Added vim highlighting for PKGBUILDs.
[
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.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
[
Unreleased
]:
https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.5.0...master
[
1.5.0
]:
https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.4.0...v1.5.0
[
1.4.0
]:
https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.3.0...v1.4.0
[
1.3.0
]:
https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.2.0...v1.3.0
[
1.2.0
]:
https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.1.0...v1.2.0
[
1.1.0
]:
https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v1.0.0...v1.1.0
[
1.0.0
]:
https://gitlab.archlinux.org/pacman/pacman-contrib/-/compare/v0.0.1...v1.0.0
configure.ac
View file @
5350d1e4
AC_INIT([pacman-contrib], [1.
4
.0], [pacman-contrib@lists.archlinux.org])
AC_INIT([pacman-contrib], [1.
5
.0], [pacman-contrib@lists.archlinux.org])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_REQUIRE_AUX_FILE([tap-driver.sh])
...
...
doc/release-procedure.txt
View file @
5350d1e4
...
...
@@ -23,7 +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 add
configure.ac
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