Eases downgrading packages in Arch Linux.
Install via the AUR.
See downgrade(8).
Command-line options can be set persistently in
/etc/xdg/downgrade/downgrade.conf
.
Install just
and cram
: pacman -S just python-cram
.
just test
If your change is meant to trigger release, use a conventional-commit prefix in your commit message:
fix:
to trigger a patch release,feat:
to trigger minor, orfeat!:
to trigger major
When such a commit is merged to main
, a new GitHub release will be created and
a PKGBUILD
update will be published automatically.