Skip to content

Commit

Permalink
chore: remove release override (#2313)
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`.
  • Loading branch information
perekopskiy authored Jun 24, 2024
1 parent 31a1a04 commit 4e9f724
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"type": "generic",
"path": "bin/external_node/Cargo.toml"
}
],
"release-as": "24.8.0"
]
},
"prover": {
"release-type": "simple",
Expand Down

0 comments on commit 4e9f724

Please sign in to comment.