Skip to content

Commit

Permalink
Remove stale release.sh parameter for no-jsdoc (#22255)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored May 25, 2022
1 parent 863e5f6 commit 745140e
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 @@ -43,7 +43,7 @@ do
fi
done

./node_modules/matrix-js-sdk/release.sh -n -z "$orig_args"
./node_modules/matrix-js-sdk/release.sh -n "$orig_args"

release="${1#v}"
tag="v${release}"
Expand Down

0 comments on commit 745140e

Please sign in to comment.