You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back on besu, using the same git sha as 24.4.0-RC1, create a calver tag for the FULL RELEASE, example format 24.4.0
git checkout 24.4.0-RC1
git tag 24.4.0
git push upstream 24.4.0
Manually run https://github.com/hyperledger/besu/actions/workflows/draft-release.yml using main branchand the FULL RELEASE tag name, i.e.24.4.0. Note, this workflow should always be run from main` branch (hotfix tags will still be released even if they were created based on another branch)
publishes artefacts and version-specific docker tags but does not fully publish the GitHub release so subscribers are not yet notified
If the PR has not been automatically created, create the PR manually using the created branch update-<version>
Verify homebrew release once the PR has merged using brew tap hyperledger/besu && brew install besu on MacOSX to verify latest version has been installed
Delete the burn-in nodes (unless required for further analysis eg performance)
Social announcements
The text was updated successfully, but these errors were encountered:
release-<version>-hotfix
25.1.0-RC1
git tag 25.1.0-RC1
git push upstream 25.1.0-RC1
git checkout <sha of 24.4.0-RC1>
git tag 24.4.0
git push <your remote name> 24.4.0
main
branch and24.4.0
tag24.4.0
git checkout 24.4.0-RC1
git tag 24.4.0
git push upstream 24.4.0
main
branchand the FULL RELEASE tag name, i.e.
24.4.0. Note, this workflow should always be run from
main` branch (hotfix tags will still be released even if they were created based on another branch)latest
tag variantsupdate-<version>
brew tap hyperledger/besu && brew install besu
on MacOSX to verify latest version has been installedThe text was updated successfully, but these errors were encountered: