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

chore: update to clap v4 #63

Merged
merged 3 commits into from
Jan 23, 2023
Merged

Conversation

MarcoIeni
Copy link
Contributor

@MarcoIeni MarcoIeni commented Dec 18, 2022

I updated to clap v4. At the beginning I tried to update by keeping the builder pattern here. However, I got weird errors (quiet and verbose args that conflict). So I decided to use the easier "derive" pattern. I hope it's fine. The code looks much cleaner. 👍

OT: can you release this package with the latest changes? I know releasing is boring. If you want, I can integrate release-plz in this repo to automate the release process :)

@MarcoIeni MarcoIeni marked this pull request as ready for review December 18, 2022 15:59
@MarcoIeni
Copy link
Contributor Author

Friendly ping, @JanLikar :)

@JanLikar
Copy link
Owner

Sorry for neglecting this, life got in the way. Looks good, as always. Thanks for contributing!

@JanLikar JanLikar merged commit d00ae58 into JanLikar:master Jan 23, 2023
@JanLikar
Copy link
Owner

@MarcoIeni I published the new versions now. As for release-plz... I would be happy to have a Github Actions workflow for publishing the crates! But I'd like a manually-triggered workflow, because publishing a new version whenever there's a push to master doesn't sound like a good idea to me. That could get messy

@MarcoIeni
Copy link
Contributor Author

But I'd like a manually-triggered workflow

Release-plz opens a "release pr" when there are new changes.
When you merge the pr, release-plz publishes the release to the registry and creates the git tag. So the trigger is manual 👍

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.

2 participants