Skip to content

Commit

Permalink
fix: correct use of standard version on release
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Feb 2, 2022
1 parent 69d7f3e commit 2f02598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function do_release {
PROJECT=$1
PROJECT_PATH=$2

standard-version --dry-run -r $RELEASE_AS
standard-version --dry-run $RELEASE_AS
}

prepare_release 'doubtfire-web' "${APP_PATH}/doubtfire-web" WEB_VERSION
Expand Down

0 comments on commit 2f02598

Please sign in to comment.