Skip to content

Commit 0058778

Browse files
committed
chore(deps): git-changelog-lib 2.4.1
1 parent adbea3d commit 0058778

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<maven.compiler.target>17</maven.compiler.target>
4545
<maven.compiler.source>17</maven.compiler.source>
46-
<changelog-lib>2.3.2</changelog-lib>
46+
<changelog-lib>2.4.1</changelog-lib>
4747
</properties>
4848

4949
<dependencies>

0 commit comments

Comments
 (0)