Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / RELEASE.md
399 B 10 lines
1# Release checklist 2 31. Update the version in each `Cargo.toml`. 42. Update versions in `src/new.rs` for stdlib etc if required. 53. Run `make test build`. 64. Git commit, tag, push, push tags. 75. Wait for CI release build to finish. 86. Publish release on GitHub from draft made by CI. 97. Update version in `Cargo.toml` to next-dev. 108. Update clone target version in `getting-started.md` in `website`.