chore(release): release version 1.41.0 - #10199
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. |
macOS ARM64 Desktop App (Apple Silicon)📱 Download macOS Desktop App (arm64, unsigned) Instructions: The easiest way is to just run the following script:
script which will download the latest release (or you can specify the release you need), does the If you need to do this manually:
The signing step is only needed if you do something that uses mac entitlements like speech to text |
|
Release v1.41.0 has been tagged and pushed. Closing this PR (version bump was already merged to main). |
Release v1.41.0
Test before Release
How to Release
Push the release tag to trigger the release:
git fetch && git tag v1.41.0 origin/release/1.41.0 git push origin v1.41.0The 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.41.0branch before tagging.Important Notes
mainChanges in This Release
Comparing:
v1.40.0...v1.41.0This release PR was generated automatically.