Skip to content

Commit 5c35f28

Browse files
committed
chore: add semver job to CI
1 parent bfde94b commit 5c35f28

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/CI.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- msrv
1919
- miri
2020
- features
21+
- semver
2122
- doc
2223
steps:
2324
- run: exit 0
@@ -115,6 +116,18 @@ jobs:
115116

116117
- run: cargo hack --no-dev-deps check --feature-powerset --depth 2
117118

119+
semver:
120+
name: semver
121+
runs-on: ubuntu-latest
122+
steps:
123+
- uses: actions/checkout@v4
124+
- name: Check semver
125+
uses: obi1kenobi/cargo-semver-checks-action@v2
126+
with:
127+
feature-group: only-explicit-features
128+
features: full
129+
release-type: minor
130+
118131
doc:
119132
name: Build docs
120133
needs: [style, test]

0 commit comments

Comments
 (0)