-
-
Notifications
You must be signed in to change notification settings - Fork 7
chore(ci): add cargo release functionality #130
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
Conversation
CodSpeed Performance ReportMerging #130 will not alter performanceComparing Summary
|
Hi @jeertmans as the rustfmt failure stems from the pull request #129 should I fix it here or create a separate one? And on the other hand is it how you imagined that the issue would be solved? |
Hi @okaerin, thanks for your contribution!
No, #117 will address that, don't worry ;-) Could you please document the installation / need of E.g., there could be a |
I used the |
Thanks for your contribution!
Yes, please do that in another PR :-) |
* fix(lib): use `.form` instead of `.query` when relevant and added `Accept: application/json` header (#129) * fix query to form encoded payload * change all requests to form encoded * add accept header "application/json" * revert /words to query encoded * update changelog * chore(ci): add cargo release functionality (#130) * rename unrelease * prepare next unreleased section * add release process and changelog update * add cargo release install cmd * omit workspace * fix(docs): release process doc (#133) * fix doc * update changelog * apply review comments - clarified purpose of cargo release - simplified release preparation (removed parameters are in Cargo.toml) * Update RELEASE-PROCESS.md --------- Co-authored-by: Jérome Eertmans <jeertmans@icloud.com> * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Andreas Huber <43344129+okaerin@users.noreply.github.com> Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
Closes #122
Description
Change Unreleased to released and prepare a new Unreleased section.
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers