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 4f2b7c2 commit 5900142Copy full SHA for 5900142
new_release.sh
@@ -25,6 +25,7 @@ if [[ -z "$1" ]] || [[ -z "$2" ]]; then
25
else
26
echo -e "${YELLOW}Branch:${NC} ${LIGHT_PURPLE}${BRANCH}${NC}"
27
echo -e "${YELLOW}Version:${NC} ${LIGHT_PURPLE}${VERSION}${NC}"
28
+ git pull
29
if [[ "$3" ]]; then
30
echo -e "${YELLOW}Dry-run:${NC} ${LIGHT_PURPLE}YES${NC}"
31
npm run release -- --release-as ${VERSION} --dry-run
0 commit comments