Skip to content

Commit

Permalink
Added line break before manifest bump echo for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Apr 11, 2024
1 parent 68475be commit db762b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/utils/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ NEW_VERSION=$(printf "%s.%s.%s" "${SUBVERS[@]}")
npm run build

# Bump version in package.json + package-lock.json
echo -e "Bumping versions in package manifests..."
echo -e "\nBumping versions in package manifests..."
npm version --no-git-tag-version "$NEW_VERSION"

# Bump versions in READMEs
Expand Down

0 comments on commit db762b9

Please sign in to comment.