Skip to content

Commit ab9a589

Browse files
committed
chore: dokumenterar action
1 parent 69c27fb commit ab9a589

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ It can integrate with Jira, Redmine, GitLab and/or GitHub to retrieve the title
2424

2525
## Usage
2626

27-
This software can be used:
28-
29-
- With a [Gradle plugin](https://github.com/tomasbjerre/git-changelog-gradle-plugin).
30-
- With a [Maven plugin](https://github.com/tomasbjerre/git-changelog-maven-plugin).
31-
- With a [Jenkins plugin](https://github.com/jenkinsci/git-changelog-plugin).
32-
- From [command line](https://github.com/tomasbjerre/git-changelog-command-line).
33-
- From [Docker](https://hub.docker.com/r/tomasbjerre/git-changelog-command-line).
34-
- As a library [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22git-changelog-lib%22).
27+
This software can be used with:
28+
29+
- A [Gradle plugin](https://github.com/tomasbjerre/git-changelog-gradle-plugin).
30+
- A [Maven plugin](https://github.com/tomasbjerre/git-changelog-maven-plugin).
31+
- A [Jenkins plugin](https://github.com/jenkinsci/git-changelog-plugin).
32+
- A [command line tool](https://github.com/tomasbjerre/git-changelog-command-line).
33+
- A [Docker image](https://hub.docker.com/r/tomasbjerre/git-changelog-command-line).
34+
- A [GitHub Action](https://github.com/tomasbjerre/git-changelog-github-release)
35+
- A [library](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22git-changelog-lib%22).
3536

3637
There are examples of different templates [in the code](/src/test/resources) that are used for testing.
3738

gradle.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Wed Sep 18 16:21:25 CEST 2024
1+
#
2+
#Sun Oct 13 15:21:55 CEST 2024
23
description='Library for parsing report files from static code analysis'
3-
version=2.2.0
44
group=se.bjurr.gitchangelog
5-
targetCompatibility=17
65
sourceCompatibility=17
6+
targetCompatibility=17
7+
version=2.3.3

0 commit comments

Comments
 (0)