Skip to content

Commit

Permalink
Checklist, version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-t committed Jul 19, 2023
1 parent 598df1b commit ca575ef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Unreleased
## v0.1.5 - 2023-04-19

- Bundle assets for publishing on crates.io
- Singleplayer and splitscreen web clients
- Homing missiles that actually home
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rec-wars"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
rust-version = "1.56"
resolver = "2"
Expand Down
4 changes: 4 additions & 0 deletions RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
- Bump version
- Update CHANGELOG.md
- Commit, `git push`, make sure CI passes
- `git tag -a vX.Y.Z`
- `cargo build --target wasm32-unknown-unknown --release && cp -f target/wasm32-unknown-unknown/release/rec-wars.wasm rec-wars.wasm`
- `cargo build --target wasm32-unknown-unknown --release --features web_splitscreen && cp -f target/wasm32-unknown-unknown/release/rec-wars.wasm rec-wars-splitscreen.wasm`
- Publish on GitLab: `cd ~/dev/gitlab-pages && ./copy-rec-wars.sh`
- Wait for CI to finish
- Test [on GitLab](https://martin-t.gitlab.io/gitlab-pages/rec-wars/macroquad.html)
- Check version number
- `cargo publish`
- `git push` the tag
- GitHub release
- Copy relevant part of CHANGELOG.md to description

0 comments on commit ca575ef

Please sign in to comment.