We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6cefca commit d97a1efCopy full SHA for d97a1ef
scripts/postversion.sh
@@ -6,7 +6,7 @@ echo 'postversion tasks'
6
./scripts/copy-documentation-for-new-release.sh $PACKAGE_VERSION
7
8
echo 'set new current/next release id in documentation'
9
-node ./scripts/set-release-id-in-config-yml.js
+node ./scripts/set-release-id-in-config-yml.cjs
10
11
echo 'update changelog'
12
./scripts/update-changelog-page.sh
0 commit comments