Skip to content

Commit 828200d

Browse files
committed
chore: documenting java compatibility
1 parent 2d17488 commit 828200d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ This is a Java application (runnable `jar`) packaged into an `NPM` package for c
1313
- The `npm` package can be found in [NPM](https://www.npmjs.com/package/git-changelog-command-line).
1414
- The `Docker` image can be found in [Dockerhub](https://hub.docker.com/r/tomasbjerre/git-changelog-command-line) and used like `docker run --mount src="$(pwd)",target=/usr/src/git-changelog-command-line,type=bind tomasbjerre/git-changelog-command-line:X --help`.
1515

16+
| Version | Java Version |
17+
| ------------------------ | ------------ |
18+
| version < 2.0.0 | 8 |
19+
| 2.0.0 <= version < 2.3.0 | 11 |
20+
| 2.3.0 <= version | 17 |
21+
1622
## Example - Simple
1723

1824
A changelog can be created like this.

0 commit comments

Comments
 (0)