This package uses
semantic-release to
manage versions. In order to release, you need to follow these steps:
- Push your commit(s) to the default branch, or merge your pull request
- In the CI pipeline, there will be a workflow called
Semantic release: you should wait until this workflow has succeeded; it will produce a new tag and a release commit with the correct changelog - On your local machine, pull the commit and tag and run the command
stack upload .; if you want a preview without publishing a definitive version to Hackage, you can usestack upload --candidate .to upload a candidate