-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #309 from 0xPolygonMiden/next
release: prepare for 0.0.6 release
- Loading branch information
Showing
221 changed files
with
8,308 additions
and
17,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Runs `release-plz release` only after the release PR (starts with `release-plz-`) | ||
# is merged to the main branch. See `release_always = false` in `release-plz.toml` | ||
# is merged to the next branch. See `release_always = false` in `release-plz.toml` | ||
# Publishes any unpublished crates when. | ||
# Does nothing if all crates are already published (i.e. have their versions on crates.io). | ||
# Does not create/update release PRs. | ||
|
@@ -13,7 +13,7 @@ name: release-plz | |
on: | ||
push: | ||
branches: | ||
- main | ||
- next | ||
|
||
env: | ||
CARGO_MAKE_TOOLCHAIN: nightly-2024-05-07 | ||
|
@@ -45,12 +45,3 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} | ||
- name: Publish Miden SDK crates | ||
uses: MarcoIeni/[email protected] | ||
with: | ||
# Only run the `release` command that publishes any unpublished crates. | ||
command: release | ||
manifest_path: sdk/Cargo.toml | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.