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

Simplify release process by using cargo-release #860

Merged
merged 1 commit into from
Sep 24, 2023
Merged

Conversation

WaffleLapkin
Copy link
Member

See https://github.com/crate-ci/cargo-release.

If I did everything right, releasing should be as simple as running cargo release --package <package> <bump> where <package> is the package (teloxide, teloxide-core, or teloxide-macros) and <bump> is the bump kind (patch, minor, major, or an exact version).

@WaffleLapkin
Copy link
Member Author

Next step would probably be using https://github.com/cargo-bins/release-pr to improve the process even more.

@WaffleLapkin WaffleLapkin added the S-waiting-on-review Status: Awaiting review from the assignee label May 23, 2023
Copy link
Collaborator

@Hirrolot Hirrolot left a comment

Choose a reason for hiding this comment

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

Thanks, I hope this will simplify the process.

@WaffleLapkin WaffleLapkin added this pull request to the merge queue Sep 24, 2023
Merged via the queue into master with commit c7feb38 Sep 24, 2023
@WaffleLapkin WaffleLapkin deleted the release-chores branch September 24, 2023 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants