AJ ONeal e4402f4a4a
feat(monorel): push commits and tags before creating GitHub release
Add Step 3 "git push && git push --tags" to the generated release script,
between the tag creation step and the goreleaser build step.  This fixes
HTTP 422 "Release.target_commitish is invalid" errors from the GitHub API,
which occur when the local commit (auto-created for a new .goreleaser.yaml)
has not yet been pushed to the remote.
2026-03-01 19:13:50 -07:00
..