Skip to content

Commit 00f22f9

Browse files
committed
streamline CI
1 parent 6589385 commit 00f22f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ Add this library to the classpath by adding the following maven dependency. Vers
1414
</dependency>
1515
```
1616

17-
## Local development:
17+
## Local Development
1818

1919
To use this library as a local development dependency, you can simply refer to the version `BUILD-SNAPSHOT`.
2020

2121
Check out this repository and run the maven goal `install`. This will build and install this library as version `BUILD-SNAPSHOT` into your local maven cache.
2222

2323
Note that you may have to tell your IDE to reload your main maven project each time you build the library.
2424

25-
## Building and releasing a new version:
25+
## Build & Publish
2626

27-
To create a new version of this package and push it to the maven registry, you will have to use the GitHub actions workflow and manually trigger it.
27+
To build and publish the package, visit the GitHub Actions page of the repository and trigger the workflow "Release Package" manually.
2828

2929
## Information
3030

0 commit comments

Comments
 (0)