Skip to content

Commit 0b1befa

Browse files
authored
(chore) Prep for v6.10.0rc2 (#8701)
1 parent 65efc3d commit 0b1befa

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

docs/RELEASE.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ The launcher uses GitHub as the source of truth for available releases.
1616

1717
## General Prep
1818

19-
Make a developer call-out for PRs to merge. Merge and test things out. Bump the version by editing `invokeai/version/invokeai_version.py`.
19+
Make a developer call-out for PRs to merge. Merge and test things
20+
out. Create a branch with a name like user/chore/vX.X.X-prep and bump the version by editing
21+
`invokeai/version/invokeai_version.py` and commit locally.
2022

2123
## Release Workflow
2224

@@ -26,14 +28,14 @@ It is triggered on **tag push**, when the tag matches `v*`.
2628

2729
### Triggering the Workflow
2830

29-
Ensure all commits that should be in the release are merged, and you have pulled them locally.
30-
31-
Double-check that you have checked out the commit that will represent the release (typically the latest commit on `main`).
31+
Ensure all commits that should be in the release are merged into this branch, and that you have pulled them locally.
3232

3333
Run `make tag-release` to tag the current commit and kick off the workflow. You will be prompted to provide a message - use the version specifier.
3434

3535
If this version's tag already exists for some reason (maybe you had to make a last minute change), the script will overwrite it.
3636

37+
Push the commit to trigger the workflow.
38+
3739
> In case you cannot use the Make target, the release may also be dispatched [manually] via GH.
3840
3941
### Workflow Jobs and Process
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.10.0rc1"
1+
__version__ = "6.10.0rc2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "InvokeAI"
7-
description = "An implementation of Stable Diffusion which provides various new features and options to aid the image generation process"
7+
description = "A full-featured AI-assisted image generation environment designed for creatives and enthusiasts."
88
requires-python = ">=3.11, <3.13"
99
readme = { content-type = "text/markdown", file = "README.md" }
1010
keywords = ["stable-diffusion", "AI"]

0 commit comments

Comments
 (0)