Remove uv-ship and create justfile #13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Remove
uv-ship(the custom git-sourced release tool) frompyproject.tomland replace it with:bump-my-versionas a dev dependency (calver-compatible, mirrors cang)justfilecoveringrelease(calver bump + changelog update)Acceptance Criteria
uv-shipremoved from[dependency-groups][tool.uv.sources]uv-ship entry removed[tool.uv-ship]section removedbump-my-versionadded to[dependency-groups] dev[tool.bumpversion]added with calver parse/serializejustfilecreated with areleaserecipePlan
Branch:
feat/issue-9-justfileChanges
pyproject.tomluv-shipfrom[dependency-groups] dev[tool.uv.sources]section[tool.uv-ship]sectionbump-my-version~=1.5.1to[dependency-groups] dev[tool.bumpversion]with calver parse/serialize:serialize = ["{major}.{minor}.{patch}"]pyproject.tomlversion fieldRelease-Notes.mdheader (Yunjin vX.Y.Z)justfilereleaserecipe:Commits
:wrench: Replace uv-ship with bump-my-version in pyproject.toml:memo: Add justfile with release recipe