Skip to content

Commit

Permalink
updated release script
Browse files Browse the repository at this point in the history
  • Loading branch information
martynaskre committed Apr 6, 2021
1 parent 5cc3708 commit ce8b126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ currentVersion=$(node -p "require('./package.json').version")

if [[ "$version" == "$currentVersion" ]]
then
git merge origin "$version" --allow-unrelated-histories
git commit -am v"$version"
git tag v"$version"
git push -u origin master && git push -u origin master --tags
Expand Down

0 comments on commit ce8b126

Please sign in to comment.