Skip to content

Commit b5e3a71

Browse files
committed
docs: Add pull request reference to breaking change for updater pr-strategy
1 parent 78dd24a commit b5e3a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Breaking Changes
66

7-
- Updater: The default value for `pr-strategy` has been changed from `create` to `update`.
7+
- Updater: The default value for `pr-strategy` has been changed from `create` to `update`. ([#124](https://github.com/getsentry/github-workflows/pull/124))
88
This change means the updater will now maintain a single PR that gets updated with new dependency versions (instead of creating separate PRs for each version).
99
If you want to preserve the previous behavior of creating separate PRs, explicitly set `pr-strategy: create` in your workflow:
1010

0 commit comments

Comments
 (0)