purescript-httpurple/Releasing.md
2021-11-20 09:47:43 -08:00

808 B

HTTPure Releasing Guide

  1. Check out the release series branch (or main if you are releasing the next major/minor version). Ensure all relevant commits and PRs have been merged.
  2. Update History.md by changing "unreleased" to the new version/date. Example diff:
-unreleased
-==========
+1.0.0 / 2017-07-10
+==================
  1. Commit your update to History.md. Use the message Release notes for v<new version number>.
  2. Follow the instructions on https://discourse.purescript.org/t/how-i-publish-a-purescript-package/2482.
  3. If you are pushing a non-patch release, create and push a branch named with the version series, i.e. v0.1.x.
  4. Create the release on github.