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
lines.push(`| **After merge** | no version bump (${bumpLabel}) |`);
136
+
}
137
+
138
+
lines.push(
139
+
'',
140
+
`PR title: \`${title}\``,
141
+
'',
142
+
);
143
+
144
+
if (bump === 'none') {
145
+
lines.push(
146
+
'This title will **not** trigger a semver bump when squash-merged to `main`. Use `feat:` for a minor release, or `fix:` / `perf:` / `revert:` for a patch release.',
147
+
'',
148
+
);
149
+
} else {
150
+
lines.push(
151
+
`Merging this PR as-is will contribute a **${bump}** bump to the next release-please release PR.`,
152
+
'',
153
+
);
154
+
}
155
+
156
+
lines.push(
157
+
'### Conventional commit → bump',
158
+
'',
159
+
'| Intent | PR title prefix | Bump |',
160
+
'| --- | --- | --- |',
161
+
'| Bug fix | `fix:` | patch |',
162
+
'| New feature | `feat:` | minor |',
163
+
'| Breaking change | `feat!:` / `fix!:` or `BREAKING CHANGE:` / `BREAKING-CHANGE:` in description | major |',
164
+
'| No release | `chore:`, `docs:`, `ci:`, `refactor:`, etc. | none |',
165
+
'',
166
+
'Update the **PR title** before merge if you need a different bump (squash commit message = PR title).',
167
+
'',
168
+
'_Preview is based on this PR title only. The release-please release PR may include other unreleased commits already on `main`._',
* use specific type to avoid requiring the address in datastore delete ([#84](https://github.com/smartcontractkit/cld-changesets/issues/84)) ([846077c](https://github.com/smartcontractkit/cld-changesets/commit/846077c6291a1f2ecf0f37a1dabb66cb305778f6))
* change type from address ref key to address ref ([#83](https://github.com/smartcontractkit/cld-changesets/issues/83)) ([23a126d](https://github.com/smartcontractkit/cld-changesets/commit/23a126d5b1bbf17f44f79fa729140113986c7adf))
wantErr: fmt.Sprintf("address ref entry for chain selector %v, type %v, version %v and qualifier %q does not exist", addressRef2.ChainSelector, addressRef2.Type, addressRef2.Version, addressRef2.Qualifier),
0 commit comments