Tweaks to Fleet releaser script (#19208)

This commit is contained in:
Luke Heath
2024-05-23 11:07:08 -05:00
committed by GitHub
parent 7bb215a0b1
commit 2a70605976
+2 -1
View File
@@ -278,9 +278,10 @@ changelog_and_versions() {
*) echo "unknown distro to parse version"
esac
git add terraform charts infrastructure tools
git commit -m "Adding changes for patch $target_milestone"
git commit -m "Adding changes for Fleet v$target_milestone"
git push origin $branch_for_changelog -f
gh pr create -f -B $source_branch
gh workflow run goreleaser-snapshot-fleet.yaml --ref $source_branch # Manually trigger workflow run
else
echo "DRYRUN: Would have created Changelog / verison pr from $branch_for_changelog to $source_branch"
fi