Skip to content

Commit 7bff6e9

Browse files
authored
Removed release-plz-pr workflow in release-plz (#292)
Fixes # ### What Changed? Removed release-plz-pr workflow in release-plz ### Reviewer Checklist - [ ] New features are tested and documented - [ ] PR updates the changelog with a description of changes - [ ] PR has one of the `changelog-X` labels (if applies) - [ ] Code deprecates any old functionality before removing it
1 parent 9164f79 commit 7bff6e9

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

.github/workflows/release-plz.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,31 +28,6 @@ jobs:
2828
uses: release-plz/action@v0.5
2929
with:
3030
command: release
31-
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
34-
35-
# Create a PR with the new versions and changelog, preparing the next release.
36-
release-plz-pr:
37-
name: Release-plz PR
38-
runs-on: ubuntu-latest
39-
permissions:
40-
contents: write
41-
pull-requests: write
42-
concurrency:
43-
group: release-plz-${{ github.ref }}
44-
cancel-in-progress: false
45-
steps:
46-
- name: Checkout repository
47-
uses: actions/checkout@v4
48-
with:
49-
fetch-depth: 0
50-
- name: Install Rust toolchain
51-
uses: dtolnay/rust-toolchain@stable
52-
- name: Run release-plz
53-
uses: release-plz/action@v0.5
54-
with:
55-
command: release-pr
5631
env:
5732
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5833
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Each version will have a separate `Breaking Changes` section as well. To describ
2323
* Fixed the rewardsv2 bindings version in readme to 0.5.4 in [#246](https://github.com/Layr-Labs/eigensdk-rs/pull/246).
2424
* Fixed typo in release-plz toml file in [#284](https://github.com/Layr-Labs/eigensdk-rs/pull/284).
2525
* Fixed incorrect package name in Cargo.toml for examples in [#285](https://github.com/Layr-Labs/eigensdk-rs/pull/285).
26-
* Removed examples packages from workspace.dependencies in Cargo.toml in [#287](https://github.com/Layr-Labs/eigensdk-rs/pull/287).
2726

2827
### Breaking changes
2928
### Removed
3029
* Removed homepage from testing-utils crate in [#266](https://github.com/Layr-Labs/eigensdk-rs/pull/266).
3130
* Removed changelog generation by release-plz in [#281](https://github.com/Layr-Labs/eigensdk-rs/pull/281).
32-
31+
* Removed examples packages from workspace.dependencies in Cargo.toml in [#287](https://github.com/Layr-Labs/eigensdk-rs/pull/287).
32+
* Removed release-plz-pr workflow in release-plz in [#292](https://github.com/Layr-Labs/eigensdk-rs/pull/292).
3333

3434
## [0.1.3] - 2024-01-17
3535
### Added 🎉

0 commit comments

Comments
 (0)