We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e76f0 commit 2eb4267Copy full SHA for 2eb4267
tools/release
@@ -193,6 +193,8 @@ main() {
193
194
# Change heading of Patch version to level 2 (a bug from `standard-version`)
195
sed -i "s/^### \[/## \[/g" CHANGELOG.md
196
+ # Replace multiple empty lines with a single empty line
197
+ sed -i "/^$/N;/^\n$/D" CHANGELOG.md
198
199
_version="$(grep '"version":' "$NODE_CONFIG" | sed 's/.*: "//;s/".*//')"
200
0 commit comments