diff --git a/.github/release-please/config.json b/.github/release-please/config.json index daace534..98f647eb 100644 --- a/.github/release-please/config.json +++ b/.github/release-please/config.json @@ -3,7 +3,15 @@ "bump-minor-pre-major": true, "include-component-in-tag": false, "packages": { - ".": {} + "skim": { + "changelog-path": "/CHANGELOG.md" + }, + "e2e": { + "skip-github-release": true + }, + "xtask": { + "skip-github-release": true + } }, "plugins": ["cargo-workspace"] } diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 949ea9d1..b314aa40 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,5 +1,3 @@ { - "skim": "0.15.0", - "e2e": "0.15.0", - "xtask": "0.15.0" + "skim": "0.14.3" } diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 425a241a..b494cc41 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,8 +19,8 @@ jobs: 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 }} + release_created: ${{ steps.release_please.outputs.release_created }} + tag_name: ${{ steps.release_please.outputs.tag_name }} setup-release: runs-on: ubuntu-latest