Skip to content

Commit 76340d7

Browse files
committed
fix wording in BUILD.md
1 parent 90f2b3d commit 76340d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the package you want to the appropriate `setup.sh` for example `heroku-24/se
2626
+ libc6-dev
2727
```
2828

29-
Once done, run `bin/build.sh` locally to generate the corresponding `installed-packages*` files. Multi-arch base images (heroku-24 and beyond) will produce an `installed-packages-$ARCH.txt` for each architecture.
29+
Once done, run `bin/build.sh` locally to generate the corresponding `installed-packages*` files. Multi-arch base images (deploio-heroku:24 and beyond) will produce an `installed-packages-$ARCH.txt` for each architecture.
3030

3131
The `*-build` variants include all the packages from the non-build variant by default. This means that if you're adding a package to both, you only need to add them to the non-build variant. The example above will add `libc6-dev` to both `heroku-24` and `heroku-24-build`.
3232

@@ -42,4 +42,4 @@ We use GitHub Actions to build and release the base images:
4242

4343
The message attached to the github release will contain all changed Ubuntu
4444
packages (and their versions) and messages made by the conventional commit
45-
preambles `fix`, `feat` and `breaking change`.
45+
preambles `fix`, `feat` and `BREAKING CHANGE`.

0 commit comments

Comments
 (0)