fern
fern copied to clipboard
chore(seed): add tags and links to changelog entries
Fixes FER-3266
Note that this doesn't add in any automation to add the PR link since it seemed a bit complex for the up side
Down the line I can see us adding a changelog bot, as we've seen in the past, which automates this away (and will make grabbing the PR link much easier)
This PR introduces a new feature to the Fern CLI and Seed packages, allowing users to specify allowed tags for changelog validation.
Changes
- The
allowedTags
property is added to theCliSeedWorkspaceConfiguration
andSeedWorkspaceConfiguration
interfaces in theconfig.yml
file. - The
validateCliChangelog
andvalidateGeneratorChangelog
functions are updated to include theallowedTags
parameter. - The
allowedTags
property is added to thecliWorkspace.workspaceConfig
andgeneratorConfig
objects. - The
allowedTags
property is added to thepackage.json
files in thecli
andcore
packages. - The
allowedTags
property is added to theversions.yml
file in thecli
package. - The
allowedTags
property is added to theseed.yml
file in theseed
package.