Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSUB-1128: Update documentation around release workflow #40

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ Or use the handy `gen_metadata.sh` script.
Create a new branch. Run a local version of your node with the updated runtime and run the
`gen_metadata.sh` script. Move that metadata to the `metadata` folder and check that the binary
compiles (Because subxt uses macros you need to perform a full compile and not just a `cargo check`
for completeness). After you test the new metadata create a PR and merge your branch into either
`mainnet`, `testnnet`, or `devnet`. A push to either of these branches triggers a workflow that
builds the docker image and pushes it to Gluwa's repo.
The image will be named `crunch-[BRANCH]:latest`.
for completeness). After you test the new metadata create a PR and merge your branch into `dev`.

A push to a branch of the form `release/*` triggers a workflow that builds the docker images
and pushes them to Gluwa's repo. The *Release* workflow can also be triggered manually!
Resulting docker images will be named `gluwa:crunch:<mainnet|testnet|devnet>-<github_run_id>`.

## runtimes/creditcoin.rs

Expand Down
Loading