Skip to content

docs: Fix build suffix -+ in SemVer#17232

Merged
dingsdax merged 2 commits intomasterfrom
szokeasaurusrex-patch-1
Apr 2, 2026
Merged

docs: Fix build suffix -+ in SemVer#17232
dingsdax merged 2 commits intomasterfrom
szokeasaurusrex-patch-1

Conversation

@szokeasaurusrex
Copy link
Copy Markdown
Member

@szokeasaurusrex szokeasaurusrex commented Apr 2, 2026

From SemVer spec, item 10 (emphasis added):

Build metadata MAY be denoted by appending a plus sign and a series of dot separated identifiers immediately following the patch or pre-release version. [...] Examples: 1.0.0-alpha+001, 1.0.0+20130313144700, 1.0.0-beta+exp.sha.5114f85, 1.0.0+21AF26D3----117B344092BD.

Our template was using - instead of +. The examples below are already correctly using +.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment Apr 2, 2026 2:15pm
sentry-docs Ready Ready Preview, Comment Apr 2, 2026 2:15pm

Request Review

@github-actions github-actions bot added the sdk-develop-docs PRs touching develop-docs/sdk label Apr 2, 2026
@szokeasaurusrex szokeasaurusrex changed the title docs: Fix formatting of versioning syntax in documentation docs: Fix build suffix -+ in SemVer Apr 2, 2026
Comment on lines 41 to 43
### Build identifiers

Build identifiers are optional and used for platform or architecture variants (e.g., `1.0.0+x86_64`). When combined with pre-release identifiers, the pre-release comes first: `1.0.0-rc.1+x86_64`.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

These examples are already correctly using +

@dingsdax dingsdax merged commit 842f856 into master Apr 2, 2026
18 checks passed
@dingsdax dingsdax deleted the szokeasaurusrex-patch-1 branch April 2, 2026 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sdk-develop-docs PRs touching develop-docs/sdk

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants