Skip to content

Commit ca575ef

Browse files
committed
Checklist, version, changelog
1 parent 598df1b commit ca575ef

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.1.5 - 2023-04-19
44

55
- Bundle assets for publishing on crates.io
66
- Singleplayer and splitscreen web clients
7+
- Homing missiles that actually home

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rec-wars"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2021"
55
rust-version = "1.56"
66
resolver = "2"

RELEASE-CHECKLIST.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,14 @@
77
- Bump version
88
- Update CHANGELOG.md
99
- Commit, `git push`, make sure CI passes
10+
- `git tag -a vX.Y.Z`
1011
- `cargo build --target wasm32-unknown-unknown --release && cp -f target/wasm32-unknown-unknown/release/rec-wars.wasm rec-wars.wasm`
1112
- `cargo build --target wasm32-unknown-unknown --release --features web_splitscreen && cp -f target/wasm32-unknown-unknown/release/rec-wars.wasm rec-wars-splitscreen.wasm`
1213
- Publish on GitLab: `cd ~/dev/gitlab-pages && ./copy-rec-wars.sh`
1314
- Wait for CI to finish
1415
- Test [on GitLab](https://martin-t.gitlab.io/gitlab-pages/rec-wars/macroquad.html)
1516
- Check version number
1617
- `cargo publish`
18+
- `git push` the tag
19+
- GitHub release
20+
- Copy relevant part of CHANGELOG.md to description

0 commit comments

Comments
 (0)