Skip to content

Commit 50c5225

Browse files
Merge branch 'main' into go-feature-flag-provider
2 parents eeede53 + bc8e3ce commit 50c5225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Run `mvn verify` to test, generate javadoc, and check style. If this passes loca
2929
1. Create a [standard directory structure](https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html) in the appropriate folder (`hooks/`, `providers/`).
3030
1. Create a new `pom.xml` in the root of your new module. It must inherit from the parent POM, which implements the javadoc, testing, publishing, and other boilerplate. Be sure to add `<!--x-release-please-version -->` on the line specifying the module version, so our release tooling can update it (see sample pom below).
3131
1. Add the new package to `release-please-config.json`.
32-
1. Add the new module to the <modules>...</modules> section in the parent `pom.xml`.
32+
1. Add the new module to the `<modules>...</modules>` section in the parent `pom.xml`.
3333

3434
Sample pom.xml:
3535
```xml

0 commit comments

Comments
 (0)