Skip to content

Latest commit

History

History
21 lines (14 loc) 路 1.02 KB

RELEASING.md

File metadata and controls

21 lines (14 loc) 路 1.02 KB

Releasing

Arch User Repository (AUR)

There is no need to release this package because when you install it, it builds the current master with cargo build and puts the resulting binary in /usr/bin.

In order to release the version you need access to the AUR-package. Contact @mstruebing or @mgrachev if you need access.

  1. Clone the repository: git clone ssh://aur@aur.archlinux.org/dotenv-linter dotenv-linter-bin.
  2. Edit the file PKGBUILD and update the version number in pkgver and save.
  3. Run makepkg --printsrcinfo > .SRCINFO to update
  4. Add and commit your changes: git add . && git commit -m 'release new version'
  5. Push your changes: git push origin master

If you change how the package builds (i.e. Updating the package-function) you should also update the pkgrel number by one.