Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 786 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 786 Bytes

Contributing

Updating data

This should be as simple as running the get_configs.sh file in the data directory and all the matching is automatically applied.

Release checklist

  • Update version in Cargo.toml
  • Create release commit
  • Create a changelog from commits from previous release to this release, ammend it onto release commit.
  • Create a annotated tag (git tag -a vN.N.N)
  • Publish new release to Crates
  • Update Homebrew
  • Update Nixpkgs
  • Update AUR package
  • Add changelog entry to release on GitHub