We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe2e0ca commit f2af93eCopy full SHA for f2af93e
src/index.ts
@@ -60,6 +60,7 @@ class BeautifulChangelogPlugin extends Plugin {
60
changelog = changelog.replace(/^\s*[\r\n]+/, '')
61
62
this.setContext({ changelog })
63
+ this.config.setContext({ changelog })
64
65
if (!isDryRun)
66
await this.updateChangelogFile(tagName, changelog)
0 commit comments