Skip to content

fix(schema): use canonical short plugin name in schema id#40

Open
mwaldheim wants to merge 3 commits into
mainfrom
fix/schema-id-short-name
Open

fix(schema): use canonical short plugin name in schema id#40
mwaldheim wants to merge 3 commits into
mainfrom
fix/schema-id-short-name

Conversation

@mwaldheim

Copy link
Copy Markdown
Contributor

The schema's id used this repo's full name (generator-release-notes) instead of the short, registered plugin name (release-notes) required by the schema URL scheme (https://registry.semrel.io/schemas/plugins/NAME/v1.json). No other content changed.

mwaldheim and others added 3 commits July 14, 2026 09:22
Adds an optional type->section mapping for release-note generation, similar
to the presetConfig.types option of @semantic-release/release-notes-generator.
Rules can rename the heading a conventional-commit type is grouped under,
or hide commits of that type entirely. Types without a matching rule fall
back to 'Other'.

Brings this plugin in line with generator-changelog-md (SemRels/generator-changelog-md#47)
and generator-changelog-html (SemRels/generator-changelog-html#38).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The schema/v1.json id used this repo's full name (generator-release-notes) instead of the short, registered plugin name (release-notes) that the semrel-registry and docs (semrel.io configuration guide) require in the schema URL: https://registry.semrel.io/schemas/plugins/NAME/v1.json. Fix id to match, consistent with every other semrel plugin schema.
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.

1 participant