mirror of
https://github.com/gleam-lang/gleam.git
synced 2025-08-04 19:08:20 +00:00
399 B
399 B
Release checklist
- Update the version in each
Cargo.toml
. - Update versions in
src/new.rs
for stdlib etc if required. - Run
make test build
. - Git commit, tag, push, push tags.
- Wait for CI release build to finish.
- Publish release on GitHub from draft made by CI.
- Update version in
Cargo.toml
to next-dev. - Update clone target version in
getting-started.md
inwebsite
.