-
-
Notifications
You must be signed in to change notification settings - Fork 7
doc: fix release process doc #133
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Sorry late review, please see my few comments :)
- clarified purpose of cargo release - simplified release preparation (removed parameters are in Cargo.toml)
CodSpeed Performance ReportMerging #133 will not alter performanceComparing Summary
|
Thanks for the thorough review. That's ok, we're both doing it for free 😉 . I applied all your comments. |
Thanks for addressing all my comments! LGTM :-) |
* 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>
Fixes Issue #132
Description
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers