Bump the exporter to 1.3.0 - #123
Merged
Merged
Conversation
Two things it could not do in 1.2.1: hand you a log worth posting, and get past Apple's terms of service in the window. Plus a timeout it should have had since the app raised its own. VERSION reaches the window title and the `via:` stamp in every export, which is how anyone looking at a zip later works out what built it. So it lands on main before the tag exists, and the tag has to agree with it - `release_version.py` checks that in `test-release-version` before any build job runs. AGENTS.md rule 9. Minor rather than patch: two of the three are new things the exporter can do, not repairs to things it already did. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump only. Everything it releases is already on
main:Minor rather than patch: two of the three are new things the exporter can do, not repairs to things it already did.
This has to land before the tag exists, and the tag has to match —
scripts/release_version.pyenforces that intest-release-versionbefore any build job runs. See AGENTS.md rule 9.PR description summarised by Claude Code.