Newer
Older
Forge Release Process
=====================
Prepare a Release
-----------------
* Follow the [Semantic Versioning][] guidelines.
* Ensure [tests pass](./README.md#testing).
* Ensure [CHANGELOG.md](./CHANGELOG.md) is up-to-date using [Keep a
CHANGELOG][] style.
Publish to NPM
--------------
As of Forge 1.0.0 publishing is performed using the `pubnpm` script from
https://github.com/digitalbazaar/publish-script.
[Keep a CHANGELOG]: https://keepachangelog.com/
[Semantic Versioning]: https://semver.org/