You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Assumes you just merged the PR from the `start-release` recipe.
51
-
# Publishes the release for a package in this workspace,
51
+
# Publishes the release for a package in this workspace,
52
52
finish-releasepkg:
53
53
#!/usr/bin/env bash
54
54
set -euxo pipefail
@@ -64,6 +64,6 @@ finish-release pkg:
64
64
echo "$latest_commit_msg" | grep "Release {{pkg}} $version" || { echo "The latest commit on `main` is not a release commit. Did you open a PR with just start-release? Did you merge it?"; exit 2; }
65
65
66
66
# If so, then tag and publish.
67
-
git tag kittycad-{{pkg}}-$version
67
+
git tag kittycad-{{pkg}}-$version -m "kittycad-{{pkg}}-$version"
0 commit comments