mirror of
https://github.com/gleam-lang/gleam.git
synced 2025-12-23 09:47:08 +00:00
548 B
548 B
Release checklist
- Update the version in each
Cargo.toml. - Update versions in
src/new.rsfor stdlib etc if required. - Run
make test build. - Update
CHANGELOG.mdwith new version and link to blog post (if present) - 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.tomlto next-dev. - Update clone target version in
getting-started.mdinwebsite. - Update downloaded version in
Dockerfileinexample-echo-server.