-
Notifications
You must be signed in to change notification settings - Fork 98
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
Release 0.1.0 #326
Release 0.1.0 #326
Conversation
* Added the CHANGELOG.md * Update version numbers to the release versions * Tweaks to the release checklist * Added a README to quilkin-macros, otherwise `cargo publish --dry-run` errored. Work on #325
Build Succeeded 🥳 Build Id: de6e8d22-af2b-4745-8fbe-81c5db23e94b To build this version:
|
@@ -18,14 +19,13 @@ | |||
- [ ] cd to `./build/release` and run `make` to submit the cloud build | |||
- [ ] Download all the artifacts from the cloud build. | |||
- [ ] Move the CHANGELOG.md to the root of this repository, replacing any previous versions. | |||
- [ ] Review `license.html` to ensure that there aren't any new MPL, GPL, LGPL, or CDDL dependencies from the last | |||
- [ ] Review `license.html` to ensure that there aren't any new MPL, or CDDL dependencies from the last |
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.
cargo-deny can automate this in the future
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.
We have cargo deny:
https://github.com/googleforgames/quilkin/blob/main/deny.toml
I'm not sure it's part of our CI though!
* Added the CHANGELOG.md * Update version numbers to the release versions * Tweaks to the release checklist * Added a README to quilkin-macros, otherwise `cargo publish --dry-run` errored. Work on #325
cargo publish --dry-run
errored.
Work on #325