We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Editor
quilkin
upstream
git@github.com:googleforgames/quilkin.git
git remote update && git checkout main && git reset --hard upstream/main
version
./Cargo.toml
-dev
quilkin-macros
./macros/Cargo.toml
./build/release
make
license.html
cd macros && cargo publish --dry-run --allow-dirty
cargo publish --dry-run --allow-dirty
data-proofer-ignore
./docs
v0.4.0
git checkout -b release-0.4.0 && git push upstream release-0.4.0
cd macros && cargo publish
cargo publish
Cargo.toml
Congratulation! 🎉 You have successfully released Quilkin!
The text was updated successfully, but these errors were encountered:
Release 0.4.0
814dd79
Changes for 0.4.0 release. Included a couple of small fixes for release checklist while I was at it. Work on googleforgames#647
Release 0.4.0 (#648)
1d414cb
Changes for 0.4.0 release. Included a couple of small fixes for release checklist while I was at it. Work on #647
Twitter post is scheduled for nice EU/AMER crossover time (~9am US Pacific / 7pm Helsinki)
Sorry, something went wrong.
Bump version to 0.5.0-dev
d28503e
Bumping version numbers for the next 0.5.0 release. Closes googleforgames#647
Bump version to 0.5.0-dev (#649)
6cbbc8e
Bumping version numbers for the next 0.5.0 release. Closes #647
markmandel
Successfully merging a pull request may close this issue.
Prerequisites
Editor
level access toquilkin
Google Cloud project.quilkin
Google Cloud project.upstream
points atgit@github.com:googleforgames/quilkin.git
.Steps
git remote update && git checkout main && git reset --hard upstream/main
to ensure your code is in linewith upstream.
version
field in./Cargo.toml
and remove the-dev
suffix.quilkin-macros
dependency in./Cargo.toml
and remove the-dev
suffix.version
field in./macros/Cargo.toml
and remove the-dev
suffix../build/release
and runmake
to submit the cloud buildlicense.html
to ensure that there aren't any new MPL, or CDDL dependencies from the lastrelease. If there are:
so that the source is archived in the container image.
make
to submit the cloud build", and start from there again.cd macros && cargo publish --dry-run --allow-dirty
and ensure there are no issues.cargo publish --dry-run --allow-dirty
and ensure there are no issues.order.
data-proofer-ignore
attributes from links in the documentation in./docs
.Github release template.
v0.4.0
, description, and relevant changelog sections.git remote update && git checkout main && git reset --hard upstream/main
to ensure your code is in linewith upstream.
git checkout -b release-0.4.0 && git push upstream release-0.4.0
to create a release branch.cd macros && cargo publish
cargo publish
Cargo.toml
and increment the minor version and apply the-dev
suffix to theversion
.quilkin-macros
dependency in./Cargo.toml
and increment the minor versionand apply the
-dev
suffix to theversion
.version
field in./macros/Cargo.toml
and increment the minor versionand apply the
-dev
suffix to theversion
.Congratulation! 🎉 You have successfully released Quilkin!
The text was updated successfully, but these errors were encountered: