From e47f29b20ac1eb0513ccea81b37776e6a39f2b8d Mon Sep 17 00:00:00 2001 From: dbr Date: Wed, 30 Nov 2022 10:20:34 +1030 Subject: [PATCH] Release process docs: important release crates step --- docs/development-process.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/development-process.md b/docs/development-process.md index 724e8c7..3677469 100644 --- a/docs/development-process.md +++ b/docs/development-process.md @@ -21,9 +21,10 @@ When it is time to make a new release, we create a `x.y-stable` branch (e.g `0.9 2. Ensure README is up-to-date (including the Dear ImGui Version in badge URL, MSRV) 3. Bump `version` in the various `Cargo.toml` 4. A stable branch is created, e.g `git switch -c 0.9-stable` and pushed to Github -5. Create annotated tag `v0.9.0` and push to github -6. Create Release for this version on Github -7. Update and close any relevant tickets +5. Publish various crates (noting it has to be done starting with `imgui-sys`, then `imgui`, then the others) +6. Create annotated tag `v0.9.0` and push to github +7. Create Release for this version on Github +8. Update and close any relevant tickets All further PR's are still done to `main`