-
Notifications
You must be signed in to change notification settings - Fork 12
Release workflow
Songsheng Tao edited this page Aug 12, 2020
·
1 revision
The release is done by using rever].
Release workflow:
- Create a conda environment for release.
conda create -n release -c conda-forge twine conda-smithy rever
- Go to the root of this repo.
cd pdfstream
- Check if the rever workflow is properly set up.
rever check
- Run the workflow using rever for the new version.
rever <version>
The version should follow the format "v{:d}.{:d}.{:d}". "{:d}" means a digit.
- A PR will be automatically created on the conda-forge feed-stock. Merge the PR after it passes the CI.