We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc819d commit be1e223Copy full SHA for be1e223
scripts/print-changelog.sh
@@ -1,6 +1,8 @@
1
#!/bin/sh
2
set -eu
3
4
+# This script is used by our GitHub release workflow (./.github/workflows/release-github.yml)
5
+
6
# Print a changelog section (default: first section).
7
8
VERSION=''
scripts/version.sh
+# This script is run on `npm version` (See ./package.json).
# check presence of 'Unreleased' string
grep --quiet '^## Unreleased$' CHANGELOG.md
0 commit comments