Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 332 Bytes

MAINTENANCE.md

File metadata and controls

9 lines (7 loc) · 332 Bytes

Maintainer documentation

Making a new release

  • Check the commit log if anything is missing from the change log.
  • Check dependency versions in nixfmt.cabal, bump upper bounds if possible.
  • Bump the version.
  • Give it a git tag.
  • Upload to hackage using cabal sdist. See https://hackage.haskell.org/upload for details.