We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35659f4 + 9273124 commit 1035250Copy full SHA for 1035250
.github/workflows/rust-check.yaml
@@ -105,6 +105,7 @@ jobs:
105
uses: obi1kenobi/cargo-semver-checks-action@v2
106
with:
107
release-type: patch
108
+ manifest-path: rust/Cargo.toml
109
# Check that the create can be compiled with only the packaged files
110
for-publish:
111
name: stable / for-publish
scripts/github-release.sh
@@ -24,7 +24,7 @@ else
24
fi
25
26
if [[ -n ${GITHUB_REPO:-} ]]; then
27
- changelog=$(git cliff --strip all ---unreleased --tag="$TAG" --github-repo="$GITHUB_REPO")
+ changelog=$(git cliff --strip all --unreleased --tag="$TAG" --github-repo="$GITHUB_REPO")
28
else
29
changelog=$(git cliff --strip all --unreleased --tag="$TAG")
30
0 commit comments