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
{{ message }}
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -43,10 +43,11 @@ If required, someone with write accesss to the repo can trigger the push for you
43
43
44
44
## Releasing
45
45
46
-
1. Merge the relevant package release PR created by `release-please`
47
-
2. Wait for the CI pipelines to finish
48
-
3. Renovate should take care of creating a PR in `buildbot` with the latest `build-image` releases. All you need to do is review and test the PR. If you're in a hurry though you can create a PR in [buildbot](https://github.com/netlify/buildbot) yourself to bump [the version](https://github.com/netlify/buildbot/blob/0ada244ab84a1759a70d6b2cfc27c9987b5c77ca/.circleci/config.yml#L141-L150).
49
-
46
+
1. Create two PRs, one branching off `focal` and one branching off `xenial`, with your changes applied to each.
47
+
2. Once the PRs are approved, merge them into their respective base branches. The merge commit should also follow the [conventional commit format](https://www.conventionalcommits.org/en/v1.0.0-beta.2/#summary).
48
+
3. Commits which are prefaced withb `fix:` or `feat:` will trigger package release PRs created by [release-please](https://github.com/googleapis/release-please). Merge these PRs. If you need to manually trigger a release-please PR you can bump the version by creating an [empty PR](https://github.com/netlify/build-image/pull/728).
49
+
4. Wait for the CI pipelines to finish. Renovate should automatically create a PR in `buildbot` with the latest `build-image` releases (this may not happen straight away, but you can speed it up by checking [the box in this PR](https://github.com/netlify/buildbot/issues/912) or manually create a PR to bump [the version](https://github.com/netlify/buildbot/blob/0ada244ab84a1759a70d6b2cfc27c9987b5c77ca/.circleci/config.yml#L141-L150)).
50
+
5. Review, test and deploy the PR in `buildbot`.
50
51
### Running Test `buildbot` Releases
51
52
52
53
If you want to test a particular `build-image` change before going through the regular release process, you can do so by creating a PR following the process above :point-up: and pointing to any `build-image` you want. Any branch
0 commit comments