fix(ci): use release-please in workspace root
Some checks are pending
release-please / release-please (push) Waiting to run
release-please / setup-release (push) Blocked by required conditions
release-please / publish-crate (push) Blocked by required conditions
release-please / Build release binaries (aarch64, apple-darwin) (push) Blocked by required conditions
release-please / Build release binaries (aarch64, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (arm, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (armv7, unknown-linux-musl) (push) Blocked by required conditions
release-please / Build release binaries (x86_64, apple-darwin) (push) Blocked by required conditions
release-please / Build release binaries (x86_64, unknown-linux-musl) (push) Blocked by required conditions
release-please / release-files (push) Blocked by required conditions
release-please / release-artifacts (push) Blocked by required conditions
Build & Test / unittests (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / unittests (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / e2e (linux, ubuntu-latest, stable, x86_64-unknown-linux-musl) (push) Waiting to run
Build & Test / e2e (macos, macos-latest, stable, x86_64-apple-darwin) (push) Waiting to run
Build & Test / clippy (push) Waiting to run
Build & Test / rustfmt (push) Waiting to run

This commit is contained in:
LoricAndre 2024-11-30 23:32:56 +01:00
parent 0090a564f1
commit f4a515d2f7
3 changed files with 12 additions and 1 deletions

7
.github/release-please/config.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"packages": {
"skim": {
}
},
"plugins": ["cargo-workspace"]
}

3
.github/release-please/manifest.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"skim": "0.14.3"
}

View file

@ -17,7 +17,8 @@ jobs:
uses: googleapis/release-please-action@v4
with:
release-type: rust
path: skim
config-file: .github/release-please/config.json
manifest-file: .github/release-please/manifest.json
outputs:
release_created: steps.release_please.outputs['skim-release_created']
tag_name: steps.release_please.outputs.['skim-tag_name']