purescript-httpurple/Releasing.md

21 lines
808 B
Markdown
Raw Normal View History

2017-10-26 20:28:47 +00:00
# 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.
2017-10-26 20:28:47 +00:00
2. Update [History.md](./History.md) by changing "unreleased" to the new
version/date. Example diff:
```diff
-unreleased
-==========
+1.0.0 / 2017-07-10
+==================
```
2017-10-26 20:28:47 +00:00
3. Commit your update to [History.md](./History.md). Use the message `Release
notes for v<new version number>`.
2021-11-20 17:43:02 +00:00
4. Follow the instructions on
https://discourse.purescript.org/t/how-i-publish-a-purescript-package/2482.
5. If you are pushing a non-patch release, create and push a branch named with
the version series, i.e. `v0.1.x`.
2021-11-20 17:43:02 +00:00
6. [Create the release on
2017-10-26 20:28:47 +00:00
github](https://github.com/cprussin/purescript-httpure/releases/new).