Skip to content

Commit

Permalink
Tweaks to Fleet releaser script (#19208)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeheath authored May 23, 2024
1 parent 7bb215a commit 2a70605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/release/publish_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a70605

Please sign in to comment.