chore(release): release version 1.45.1 (patch) - #10803
chore(release): release version 1.45.1 (patch)#10803github-actions[bot] wants to merge 1 commit into
Conversation
goose Release Manual Testing ChecklistDownload the release builds from this PR. Once a build is ready, the actions bot will post a comment on this PR Use the following script to create a risk assessment and testing plan:It will generate an analysis report in Run the goose self-test recipegoose run --recipe goose-self-test.yaml Have goose produce a test planOpen the release candidate desktop app and have goose produce a test plan by pointing it at this PR. Use a prompt like
goose will produce a plan. Follow this plan to finish testing. |
Release v1.45.1
Test before Release
How to Release
Push the release tag to trigger the release:
git fetch && git tag v1.45.1 origin/release/1.45.1 git push origin v1.45.1The tag push will trigger the release build. This PR will be automatically closed.
Cherry-Picks
If you need to include additional fixes, cherry-pick them into the
release/1.45.1branch before tagging.Important Notes
mainChanges in This Release
Comparing:
v1.45.0...v1.45.1This release PR was generated automatically.