Skip to content

Commit

Permalink
chore: remove prerelease flag for Lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
JackuB committed Feb 4, 2021
1 parent 3df91ac commit 79a326b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ jobs:
command: |
latest_version=$(cat lerna.json | jq .version -r)
new_tag="v${latest_version}"
gh release create ${new_tag} --title "${new_tag}" -n "Release notes not implemented yet" --prerelease
gh release create ${new_tag} --title "${new_tag}" -n "Release Notes pending"
- run:
name: Add Assets to GitHub Release
command: |
Expand Down

0 comments on commit 79a326b

Please sign in to comment.