Skip to content

Commit

Permalink
Merge pull request #1658 from paketo-buildpacks/single-commit
Browse files Browse the repository at this point in the history
Use a single commit for package updates
  • Loading branch information
anthonydahanne authored Jun 19, 2024
2 parents 64cf4f7 + c985237 commit c90e52f
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": fmt.Sprintf("update/package/%s", filepath.Base(name)),
"branch": "update/packages",
"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 c90e52f

Please sign in to comment.