-
Type:
Task
-
Resolution: Done
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: Release Automation
Use Case
As a Node driver engineer,
I want functioning release automation,
So that I can release our packages.
Daria removing durran and I from dbx-node-admins had the unintended side effect of preventing us from being able to merge release PRs because the lint task did not run. To get around this, we can run CI but to do this, we need to remove `[skip-ci]` from the PR's title. If we do, this prevents release-please from detecting a release because the merge commit's message doesn't match release-please's PR title template.
Dependencies
- n/a
Risks/Unknowns
- n/a
Acceptance Criteria
Implementation Requirements
- Remove `[skip-ci]` from release-please's PR title pattern in the config in all repos:
- driver
- mongodb-client-encryption
- legacy driver
- kerberos
- zstd
Testing Requirements
- n/a
Documentation Requirements
- n/a
Follow Up Requirements
- n/a
There are no Sub-Tasks for this issue.