Skip to content

Commit

Permalink
improve script
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Jan 2, 2022
1 parent 84b2b0b commit fdf6287
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ npm version --no-git-tag-version patch -m "Upgrade to %s"
tag="v$(node -p "require('./package.json').version")"
gh release create \
"$tag" \
--prerelease \
--draft \
--title "$tag" \
--notes "releases $tag"

Expand Down

0 comments on commit fdf6287

Please sign in to comment.