Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit c5e5394

Browse files
janbrasnaLukas Holzerkodiakhq[bot]
authored
docs(contributing): fix typo (#810)
Co-authored-by: Lukas Holzer <lukas.holzer@netlify.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 5d946ca commit c5e5394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ If required, someone with write accesss to the repo can trigger the push for you
6969

7070
1. Create two PRs, one branching off `focal` and one branching off `xenial`, with your changes applied to each.
7171
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).
72-
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).
72+
3. Commits which are prefaced with `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).
7373
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)).
7474
5. Review, test and deploy the PR in `buildbot`.
7575

7676
### Running Test `buildbot` Releases
7777

78-
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
78+
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
7979
creates a valid `build-image` tag in the docker registry. Once the PR in `buildbot` is created, you can test your `build-image` change by referring to `buildbot`'s [test instructions](https://github.com/netlify/buildbot#testing-builds-on-a-live-test-site).
8080

8181
## License

0 commit comments

Comments
 (0)