Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 626 Bytes

File metadata and controls

11 lines (8 loc) · 626 Bytes

Maintainer documentation

Writing to .version in the root of the project causes this version to be returned by nixfmt --version rather than the version from the cabalfile.

Making a new release

  • Bump the version in the cabal file
  • Update the changelog with the new version
  • Create a PR with the above changes and merge it
  • After a successful build, a new GitHub release will automatically be created, along with a tag matching the version, via a GitHub Actions workflow. Keep an eye on the process to ensure everything runs smoothly!