Skip to content

Commit

Permalink
chore(ci): simple chore
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Dec 7, 2020
1 parent 9c70f5e commit b2cd9dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/publish-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ PROJECT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/.

cd "$PROJECT_DIR"

npx lerna version --conventional-commits --conventional-graduate --include-merged-tags --create-release github --yes
npx lerna publish from-git --no-git-reset --yes
npx lerna publish --conventional-commits --include-merged-tags --no-git-reset --create-release github --yes

0 comments on commit b2cd9dd

Please sign in to comment.