Skip to content

Commit

Permalink
Fix release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Feb 14, 2021
1 parent 290265e commit b1d8109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ git push --tags

# Add changelog to GitHub release.
./dev/make-release-notes.py "$VERSION" docs/news.rst "$CHANGES"
hub release create v"$VERSION" --file "$CHANGES"
hub release create v"$VERSION" --file="$CHANGES"

0 comments on commit b1d8109

Please sign in to comment.