Skip to content

Commit

Permalink
chore(release): Release As: 17.1.0 (#404)
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 Nov 3, 2023
1 parent b94c845 commit b9ef971
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/release-please/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
"packages": {
"core": {
"release-type": "simple",
"component": "core"
"component": "core",
"release-as": "17.1.0"
},
"sdk/zksync-rs": {
"release-type": "rust",
"component": "zksync-rs"
},
"prover": {
"release-type": "simple",
"component": "prover"
"component": "prover",
"release-as": "8.1.0"
}
}
}

0 comments on commit b9ef971

Please sign in to comment.