changelogen
changelogen copied to clipboard
How to add package name to tag?
The current tag only has the version number. I hope the tag contains the package name.
I found that the tag template can be modified in changelog.config, but I don’t know what the placeholder for package name is? Does anyone know?
Hello @gzf6 ,
Seems like the only available template variable is {newVersion}
See here: https://github.com/unjs/changelogen/blob/main/src/commands/default.ts#L121
Hello @gzf6 , Seems like the only available template variable is
{newVersion}
See here: https://github.com/unjs/changelogen/blob/main/src/commands/default.ts#L121
Thanks, it seems I can only use fixed names in templates now