You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if there is one single PR in the set, use the title
if there are more than one:
keep chore(deps): bump/update as the first part of the title
extract the dependency + version + path for each PR
concat them, separating by commas.
Example: 3 PRs
chore(deps): bump github.com/foo1/bar1 from 1.0.0 to 1.2.0 in /
chore(deps): bump github.com/foo2/bar2 from 1.0.0 to 1.2.0 in /subpath1
chore(deps): bump github.com/foo3/bar3 from 1.0.0 to 1.2.0 in /subpath2
It would generate this title:
chore(deps): bump github.com/foo1/bar1 from 1.0.0 to 1.2.0 in /, github.com/foo2/bar2 from 1.0.0 to 1.2.0 in /subpath1, bump github.com/foo3/bar3 from 1.0.0 to 1.2.0 in /subpath2
The text was updated successfully, but these errors were encountered:
chore(deps): bump/update
as the first part of the titleExample: 3 PRs
It would generate this title:
The text was updated successfully, but these errors were encountered: