pre-release v0.1.0-dev.5 (#110)

This commit is contained in:
Cyrill Leutwiler
2024-10-31 15:22:34 +01:00
committed by GitHub
parent 9267a2af02
commit 4cce4a729e
4 changed files with 64 additions and 25 deletions
+11
View File
@@ -0,0 +1,11 @@
# Release checklist
Prior to the first stable release we neither have formal release processes nor do we follow a fixed release schedule.
To create a new pre-release:
1. Merge a release PR which updates the `-dev.X` versions in the workspace `Cargo.toml` and updates the `CHANGELOG.md` accordingly
2. Push a release tag to `main`
3. Manually trigger the `Build revive-debian` action
4. Create a __pre-release__ from the tag and manually upload the build artifact generated by the action
5. Update the [contract-docs](https://github.com/paritytech/contract-docs/) accordingly