We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
version bump
1 parent 4826455 commit e86eee7Copy full SHA for e86eee7
scripts/github/changesets/version-bump.ts
@@ -32,7 +32,7 @@ export function ensureChangelogHasContent() {
32
const insertPos = fileHeaderMatch.index + fileHeaderMatch[0].length;
33
const newContent =
34
content.slice(0, insertPos) +
35
- '\n\n*version bump*\n' +
+ '\n\n_version bump_\n' +
36
content.slice(insertPos);
37
fs.writeFileSync(file, newContent, 'utf8');
38
}
0 commit comments