Fork of daniellemaywood.uk/gleam — Wasm codegen work
458 B
15 lines
1<!--
2 SPDX-License-Identifier: Apache-2.0
3 SPDX-FileCopyrightText: 2020 The Gleam contributors
4-->
5
6# Release checklist
7
81. Write release post on website.
92. Update documentation on website (language server, gleam.toml, etc).
103. Update the version in each `Cargo.toml`.
114. Run `make test build`.
125. Git commit, tag, push, push tags.
136. Wait for CI release build to finish.
147. Publish release on GitHub from draft made by CI.
158. Share website release post.