Skip to content

Commit

Permalink
chore(build): add new package to promotion script (#3260)
Browse files Browse the repository at this point in the history
  • Loading branch information
redallen authored and tlabaj committed Nov 19, 2019
1 parent 95d8d86 commit 15d8053
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/promote.sh
@@ -1,6 +1,7 @@
#!/bin/bash

PACKAGES=(
"@patternfly/react-catalog-view-extension"
"@patternfly/react-charts"
"@patternfly/react-core"
"@patternfly/react-inline-edit-extension"
Expand All @@ -18,4 +19,4 @@ do
PRERELEASE=$(echo $VERSIONS | grep -Poe 'prerelease: [\d.]+' | sed 's/prerelease: //g')
echo "Promoting ${PACK}@${PRERELEASE} to latest from ${LATEST}"
echo "npm dist-tag add ${PACK}@${PRERELEASE} latest"
done
done

0 comments on commit 15d8053

Please sign in to comment.