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.
1 parent e6ce7f7 commit 5ee270bCopy full SHA for 5ee270b
scripts/updateVersions.js
@@ -16,7 +16,7 @@ replaceInFile(versionFilesOption, function (error, _results) {
16
const changelogOptions = {
17
files: ["CHANGELOG.md"],
18
from: /^(\#*\s*)(\[Unreleased\])$/gm,
19
- to: `\$1\$2${EOL}${EOL}\$1 ${env.npm_package_version || ""}`,
+ to: `\$1\$2${EOL}${EOL}- none so far${EOL}${EOL}\$1 ${env.npm_package_version || ""}`,
20
};
21
replaceInFile(changelogOptions, function (error, _results) {
22
if (error) {
0 commit comments