@arc-directus/release-notes-generator
v0.1.0
Published
Directus tailored release notes generator for changesets
Readme
@directus/release-notes-generator
A release notes generator for changesets used by Directus
Installation
npm install @directus/release-notes-generatorUsage
Update the .changeset/config.json file to point to this package:
"changelog": "@directus/release-notes-generator",The release notes will be generated and printed when running the changesets command to update the versions:
GITHUB_TOKEN=<token> pnpm changeset versionFor local use, you'll need a
GitHub personal access token
with read:user and repo:status permissions.
GitHub CI
When running pnpm changeset version in the GitHub CI context, this package will automatically set the following
outputs:
DIRECTUS_MAIN_VERSIONDIRECTUS_RELEASE_NOTES
