Skip to content

Commit

Permalink
chore(release-please): Move plugin to the zk_toolbox (#2576)
Browse files Browse the repository at this point in the history
## What ❔

<!-- What are the changes this PR brings about? -->
<!-- Example: This PR adds a PR template to the repo. -->
<!-- (For bigger PRs adding more context is appreciated) -->

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.

Signed-off-by: Danil <[email protected]>
  • Loading branch information
Deniallugo authored Aug 2, 2024
1 parent 75ec3f0 commit 5a828b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-component-in-tag": true,
"plugins": [
"cargo-workspace"
],
"packages": {
"core": {
"release-type": "simple",
Expand All @@ -25,7 +22,10 @@
},
"zk_toolbox": {
"release-type": "rust",
"component": "zk_toolbox"
"component": "zk_toolbox",
"plugins": [
"cargo-workspace"
]
}
}
}

0 comments on commit 5a828b1

Please sign in to comment.