diff options
author | Levente Polyak <anthraxx@archlinux.org> | 2022-12-17 01:51:15 +0100 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2023-05-19 22:27:13 +0200 |
commit | 5752488ef114513c8f75d753cf91d5b61dfa0660 (patch) | |
tree | 53b3fb27b343838efa3bcd70412cedc1c470d957 /doc/man/pkgctl.1.asciidoc | |
parent | b9db6160a2547a57d19308776a25223eb2130b6b (diff) | |
download | devtools-5752488ef114513c8f75d753cf91d5b61dfa0660.tar.xz |
release: command to commit, tag and upload build artifacts
This is a smart and more convenient invocation of the classical
commitpkg and archrelease with auto-discovery for target repositories
and a shorthand option to directly call db-update.
Diffstat (limited to 'doc/man/pkgctl.1.asciidoc')
-rw-r--r-- | doc/man/pkgctl.1.asciidoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/pkgctl.1.asciidoc b/doc/man/pkgctl.1.asciidoc index 93fed5b..8da5d19 100644 --- a/doc/man/pkgctl.1.asciidoc +++ b/doc/man/pkgctl.1.asciidoc @@ -26,6 +26,9 @@ pkgctl db:: pkgctl diff:: Compare package files using different modes +pkgctl release:: + Release step to commit, tag and upload build artifacts + pkgctl repo:: Manage Git packaging repositories and their configuration @@ -35,6 +38,7 @@ See Also linkman:pkgctl-auth[1] linkman:pkgctl-db[1] linkman:pkgctl-diff[1] +linkman:pkgctl-release[1] linkman:pkgctl-repo[1] include::include/footer.asciidoc[] |