We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3667b23 commit 978291aCopy full SHA for 978291a
release.sh
@@ -111,7 +111,7 @@ git add package.json libs/material-file-input/package.json
111
git commit -m "Release version ${NEW_VERSION}"
112
113
echo "> Tag release version"
114
-git tag -a ${VERSION} -m "Tag version ${VERSION}"
+git tag -a ${NEW_VERSION} -m "Tag version ${NEW_VERSION}"
115
116
echo "> Publishing to npm"
117
npm run publish:lib
0 commit comments