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:
- Create a release PR which updates the
-dev.X
versions in the workspaceCargo.toml
and updates theCHANGELOG.md
accordingly. Add therelease-test
label to trigger the release workflows. - If the CI passes, merge the release PR. The release workflow will attempt to build and publish a new release whenever the latest git tag does not match the cargo package version.
- Wait for the
Release
workflow to finish. If the workflow fails after thebuild-linux-all
step, check if a tag has been created and delete it before restarting or pushing updates. Note: It's more convenient to debug the release workflow in a fork (the fork has to be under theparitytech
org to accessparity-large
runners). - Check draft release on Releases page and publish (should contain
resolc.js
,resolc.wasm
,resolc-web.js
, andresolc-static-linux
release assets) - Update the contract-docs accordingly
To create a new LLVM release, run "Release LLVM" workflow. Use current LLVM version as parameter, e.g. 18.1.8
.
Version suffix will be resolved automatically.
The workflows will create new GitHub release, and upload LLVM binaries.
Next release of resolc will use newly created binaries.