Skip to content

Commit f59a509

Browse files
committed
chore(deps): git-changelog-lib 2.4.1
1 parent 6213e84 commit f59a509

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.github/FUNDING.yml

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Publish release on tag push
2+
3+
on:
4+
workflow_dispatch:
5+
workflow_call:
6+
push:
7+
tags:
8+
- "*"
9+
10+
jobs:
11+
call-workflow:
12+
uses: tomasbjerre/.github/.github/workflows/publish-release-on-tag-push.yaml@master

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<jenkins.version>2.463</jenkins.version>
1313
<maven.compiler.release>17</maven.compiler.release>
1414
<maven.javadoc.skip>true</maven.javadoc.skip>
15-
<violations.version>2.1.0</violations.version>
16-
<changelog-lib>2.2.0</changelog-lib>
17-
<changelog-plugin>2.1.0</changelog-plugin>
15+
<violations.version>2.2.0</violations.version>
16+
<changelog-lib>2.4.1</changelog-lib>
17+
<changelog-plugin>2.2.1</changelog-plugin>
1818
</properties>
1919

2020
<groupId>de.wellnerbou.jenkins</groupId>

0 commit comments

Comments
 (0)