Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.71 KB

File metadata and controls

48 lines (29 loc) · 1.71 KB

Downgrade

GitHub tag (latest SemVer) AUR version CI gitlocalized

Eases downgrading packages in Arch Linux.

Installation

Install via the AUR.

Usage

See downgrade(8).

Configuration

See downgrade.conf(5).

Development & Testing

Install just and cram: pacman -S just python-cram.

just test

Release

If your change is meant to trigger release, use a conventional-commit prefix in your commit message:

  1. Use fix: to trigger a patch release
  2. Use feat: to trigger minor
  3. Use <type>!: or add a BREAKING CHANGE trailer 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.


CHANGELOG | LICENSE