Skip to content

Conversation

@ralfhandl
Copy link
Contributor

@ralfhandl ralfhandl commented Nov 7, 2025

  • Describe steps in CONTRIBUTING.md
  • Add script adjust-release-branch.sh
  • Add script start-release.sh
  • Remove obsolete script format-markdown.sh
  • Use markdownlint-cli2 --fix in npm script format-markdown, do not fix published spec versions

@ralfhandl ralfhandl requested a review from a team as a code owner November 7, 2025 12:16
Copy link
Member

@baywet baywet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

somehow I had missed this PR

branch=$(git branch --show-current)
today=$(date +%Y-%m-%d)

if [[ ! $branch =~ ^v[0-9]+\.[0-9]+\.[0-9]+-rel$ ]]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: why not use \d instead of ranges?


# Run this script from the root of the repo. It is designed to be run manually in the main branch.

if [[ ! $1 =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: same comment about \d

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.

2 participants