Skip to content

Commit

Permalink
Add SemVer check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoschiko committed Sep 26, 2024
1 parent 8c45ce1 commit 18506fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,8 @@ jobs:
run: cargo test -- --format=terse
env:
RUST_BACKTRACE: 1

- name: SemVer check
run: |
cargo install --locked cargo-semver-checks
cargo semver-checks check-release --all-features
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dicetest"
version = "0.3.1"
version = "0.4.0"
authors = ["Jakob Schikowski"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit 18506fa

Please sign in to comment.