Skip to content

Commit be1e223

Browse files
committed
chore: improve script docs
1 parent ddc819d commit be1e223

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

scripts/print-changelog.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22
set -eu
33

4+
# This script is used by our GitHub release workflow (./.github/workflows/release-github.yml)
5+
46
# Print a changelog section (default: first section).
57

68
VERSION=''

scripts/version.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22
set -eu
33

4+
# This script is run on `npm version` (See ./package.json).
5+
46
# check presence of 'Unreleased' string
57
grep --quiet '^## Unreleased$' CHANGELOG.md
68

0 commit comments

Comments
 (0)