You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
Merge pull request #1178 from matrix-org/jryans/tag-prerelease-next
Publish pre-releases as a separate tag on npm
This commit is contained in:
@@ -294,9 +294,14 @@ fi
|
|||||||
rm "${release_text}"
|
rm "${release_text}"
|
||||||
rm "${latest_changes}"
|
rm "${latest_changes}"
|
||||||
|
|
||||||
|
npm_publish_flags=''
|
||||||
|
if [ $prerelease -eq 1 ]; then
|
||||||
|
# Tag prereleases as `next` so the last stable release remains the default
|
||||||
|
npm_publish_flags='--tag next'
|
||||||
|
fi
|
||||||
# Login and publish continues to use `npm`, as it seems to have more clearly
|
# Login and publish continues to use `npm`, as it seems to have more clearly
|
||||||
# defined options and semantics than `yarn` for writing to the registry.
|
# defined options and semantics than `yarn` for writing to the registry.
|
||||||
npm publish
|
npm publish $npm_publish_flags
|
||||||
|
|
||||||
if [ -z "$skip_jsdoc" ]; then
|
if [ -z "$skip_jsdoc" ]; then
|
||||||
echo "generating jsdocs"
|
echo "generating jsdocs"
|
||||||
|
|||||||
Reference in New Issue
Block a user