Skip to content

Instantly share code, notes, and snippets.

@jdnavarro
Last active September 11, 2015 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdnavarro/8921368b62ddc6eaa06a to your computer and use it in GitHub Desktop.
Save jdnavarro/8921368b62ddc6eaa06a to your computer and use it in GitHub Desktop.
Check list before Hackage release
  • Check documentation renders properly
  • Update CHANGELOG
  • Make sure builds are not using unreleased code: travis, stack, etc.
  • Version Bump
  • Wait for CI Build if applicable
  • Build tar.gz package, build it (maybe CI does it) and check it contains every file
  • git tag
  • push tag or/and GitHub release if applicable
  • Upload to Hackage
  • Upload docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment