Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 616 Bytes

RELEASE.md

File metadata and controls

16 lines (14 loc) · 616 Bytes

Release Process

To create a new Release do the following steps:

  • Create a new release in GitHub with the same version
  • Bump the version field in the PKGBUILD file
  • After the release pipeline published its binaries, push the newest PKGBUILD to the AUR.
$ makepkg --printsrcinfo > .SRCINFO
$ git add -f PKGBUILD .SRCINFO
$ git commit -m "useful commit message"
$ git push

Changing PKGBUILD

  • In case the PKGBUILD needs to be changed, increment the pkgrel field.