Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
misc: release script should commit with format vx.y.z
  • Loading branch information
connorjclark committed May 31, 2019
commit f6054f2b33c84b90bc633b99ee908bd9f5a243c5
2 changes: 1 addition & 1 deletion lighthouse-core/scripts/release/prepare-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [[ $(echo "$NEW_CONTRIBUTORS" | wc -l) -gt 1 ]]; then
fi

git add changelog.md lighthouse-core/test/results/ proto/
git commit -m "$NEW_VERSION"
git commit -m "v$NEW_VERSION"

echo "Version bump commit ready on the ${TXT_BOLD}$BRANCH_NAME${TXT_RESET} branch!"

Expand Down