chore: release 2.1.1#65
Merged
semarj merged 1 commit intoShipEngine:mainfrom May 4, 2026
Merged
Conversation
Release-As: 2.1.1 Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
Release-As: 2.1.1footer to override release-please's bump calculationfix:from fix: remove unused python-dotenv dependency #63 (python-dotenv removal) as 2.1.1, superseding PR chore(main): release 2.0.6 #64 (which incorrectly proposes 2.0.6)Why this is needed
The manual 2.1.0 bump in #61 only edited in-repo version strings — it never produced a git tag, GitHub release, or PyPI publish (CD only fires when release-please itself sets
release_created=true). From release-please's perspective the last released version is still v2.0.5, so its math on thefix:in #63 yielded2.0.5 + fix → 2.0.6, rolling back the in-repo version. TheRelease-Asfooter is release-please's official override for exactly this situation.Expected sequence after merge
main; it regenerates/supersedes chore(main): release 2.0.6 #64 aschore(main): release 2.1.1.v2.1.1, the GitHub release, and triggerspoetry publishto PyPI.Test plan
mainsucceedschore(main): release 2.1.1, with all five tracked files bumped to 2.1.1 and fix: remove unused python-dotenv dependency #63's fix in the changelogv2.1.1and av2.1.1GitHub releasepip install shipengine==2.1.1succeeds in a clean venvFollow-up (separate PR, not blocking)
Add a Conventional Commits PR-title linter (e.g.
amannn/action-semantic-pull-request) so squash-merge titles can't dropfeat:/fix:prefixes again — that's the proximate cause of this whole detour (PR #58'sfeat:was lost on squash-merge, forcing the manual #61 workaround).🤖 Generated with Claude Code