Skip to content

Commit 5ee270b

Browse files
committed
add "none so far" to "unreleased" in changelog
1 parent e6ce7f7 commit 5ee270b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/updateVersions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ replaceInFile(versionFilesOption, function (error, _results) {
1616
const changelogOptions = {
1717
files: ["CHANGELOG.md"],
1818
from: /^(\#*\s*)(\[Unreleased\])$/gm,
19-
to: `\$1\$2${EOL}${EOL}\$1 ${env.npm_package_version || ""}`,
19+
to: `\$1\$2${EOL}${EOL}- none so far${EOL}${EOL}\$1 ${env.npm_package_version || ""}`,
2020
};
2121
replaceInFile(changelogOptions, function (error, _results) {
2222
if (error) {

0 commit comments

Comments
 (0)