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

tools: replace release script with cargo-release #1923

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Conversation

ghedo
Copy link
Member

@ghedo ghedo commented Jan 24, 2025

e.g.

cargo release --no-push --no-publish -x minor -p quiche

This can also be used for other crates in the repo by providing -p <crate> and --no-tag, e.g.

cargo release --no-push --no-publish --no-tag -x minor -p qlog

@ghedo ghedo requested a review from a team as a code owner January 24, 2025 10:26
e.g.
```
cargo release --no-push --no-publish -x minor -p quiche
```

This can also be used for other crates in the repo by providing `-p
<crate>` and `--no-tag`, e.g.
```
cargo release --no-push --no-publish --no-tag -x minor -p qlog
```
@ghedo ghedo merged commit dfdcc2e into master Jan 24, 2025
36 checks passed
@ghedo ghedo deleted the cargo-release branch January 24, 2025 13:23
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