Skip to content

Commit

Permalink
Release alpha8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cldfire committed Jun 9, 2023
1 parent 27c2f6c commit 524238c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Notable `mc-server-wrapper` changes, tracked in the [keep a changelog](https://k

## [Unreleased]

## [alpha8] - 2023-06-08

Dependency updates and adjustments for the new Discord username format.

## Added

* `--version` flag for checking the application version
Expand Down Expand Up @@ -132,7 +136,8 @@ Small release updating some dependencies.

Tagging a first alpha release after a few months of working on the project.

[Unreleased]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha7...HEAD
[Unreleased]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha8...HEAD
[alpha8]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha7...alpha8
[alpha7]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha6...alpha7
[alpha6]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha5...alpha6
[alpha5]: https://github.com/Cldfire/mc-server-wrapper/compare/alpha4...alpha5
Expand Down
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.

7 changes: 4 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# How to release mc-server-wrapper

1. Make the necessary updates to [CHANGELOG.md](./CHANGELOG.md).
2. Bump version in [Cargo.toml](./Cargo.toml).
3. Tag new version and push tag.
2. Bump version in [Cargo.toml](./mc-server-wrapper/Cargo.toml).
3. Commit changes.
4. Tag new version and push tag.
```
git tag -sm "<version>" <version>
git push origin <version>
```
4. Confirm the release is built and published appropriately by CI.
5. Confirm the release is built and published appropriately by CI.
2 changes: 1 addition & 1 deletion mc-server-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mc-server-wrapper"
version = "0.1.0-alpha7"
version = "0.1.0-alpha8"
license = "MIT OR Apache-2.0"
authors = ["Cldfire"]
edition = "2018"
Expand Down

0 comments on commit 524238c

Please sign in to comment.