Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create release-plz.yml #618

Merged
merged 2 commits into from
Oct 20, 2023
Merged

Create release-plz.yml #618

merged 2 commits into from
Oct 20, 2023

Conversation

0xJepsen
Copy link
Collaborator

Followed the release-plz documentation The new workflow will run the two commands

  • release-plz creates a pull request with the new versions, where it prepares the next release.
  • release-plz releases the unpublished packages.
    the first command will open a PR that updates the toml and change log and generates a release tag
    the second command will publish to crates.io

Closes #617

Followed the [release-plz documentation](https://release-plz.ieni.dev/docs/github)
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #618 (30b3ead) into main (523d983) will increase coverage by 0.01%.
Report is 9 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #618      +/-   ##
==========================================
+ Coverage   60.32%   60.34%   +0.01%     
==========================================
  Files          26       26              
  Lines        5477     5477              
==========================================
+ Hits         3304     3305       +1     
+ Misses       2173     2172       -1     
Files Coverage Δ
arbiter-core/src/environment/fork.rs 88.57% <100.00%> (+0.33%) ⬆️
bin/fork/mod.rs 85.71% <100.00%> (-0.12%) ⬇️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@0xJepsen 0xJepsen requested a review from zachdt October 19, 2023 04:15
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work from CI?

@Autoparallel
Copy link
Collaborator

So does this do both Github and Crates releases for each of the crates? I don't know if I totally follow.

@0xJepsen 0xJepsen merged commit 8985737 into main Oct 20, 2023
8 checks passed
@0xJepsen 0xJepsen deleted the feat/release_pls branch October 28, 2023 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use release plz for release PRs
2 participants