Skip to content

feat: standardise release names to vX.Y.Z format - #73

Open
DSCmatter wants to merge 1 commit into
astral-sh:mainfrom
DSCmatter:feat/standardise-release-names
Open

feat: standardise release names to vX.Y.Z format#73
DSCmatter wants to merge 1 commit into
astral-sh:mainfrom
DSCmatter:feat/standardise-release-names

Conversation

@DSCmatter

Copy link
Copy Markdown

Tags and releases now follow the vX.Y.Z convention (e.g. v0.11.29) consistent with ruff-pre-commit and other Astral pre-commit repos.

  • mirror.py: prefix git tag and commit message with 'v'
  • mirror.py: update README regex to emit and match v-prefixed rev/badge (uses v? so it handles both bare and v-prefixed inputs idempotently)
  • README.md: update all existing rev: pins to v-prefixed format

Closes #50

Tags and releases now follow the vX.Y.Z convention (e.g. v0.11.29)
consistent with ruff-pre-commit and other Astral pre-commit repos.

- mirror.py: prefix git tag and commit message with 'v'
- mirror.py: update README regex to emit and match v-prefixed rev/badge
  (uses v? so it handles both bare and v-prefixed inputs idempotently)
- README.md: update all existing rev: pins to v-prefixed format

Closes astral-sh#50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Standardise release names

1 participant