Skip to content

Commit

Permalink
Merge pull request #1717 from paketo-buildpacks/revert-single-update-…
Browse files Browse the repository at this point in the history
…commit

Revert "Use a single commit for package updates"
  • Loading branch information
dmikusa authored Sep 20, 2024
2 parents c51bd1a + 94f1011 commit 8202b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octo/package_dependencies.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func contributePackageDependency(descriptor Descriptor, name string, bpId string
Bumps %[1]s from ${{ steps.package.outputs.old-version }} to ${{ steps.package.outputs.new-version }}.`, name),
"signoff": true,
"branch": "update/packages",
"branch": fmt.Sprintf("update/package/%s", filepath.Base(name)),
"delete-branch": true,
"title": fmt.Sprintf("Bump %s from ${{ steps.package.outputs.old-version }} to ${{ steps.package.outputs.new-version }}", name),
"body": fmt.Sprintf("Bumps [`%[1]s`](https://%[1]s) from [`${{ steps.package.outputs.old-version }}`](https://%[1]s:${{ steps.package.outputs.old-version }}) to [`${{ steps.package.outputs.new-version }}`](https://%[1]s:${{ steps.package.outputs.new-version }}).", name),
Expand Down

0 comments on commit 8202b73

Please sign in to comment.