Skip to content

Commit

Permalink
chore(deps): git-changelog-lib 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 20, 2024
1 parent 6213e84 commit f59a509
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/publish-release-on-tag-push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Publish release on tag push

on:
workflow_dispatch:
workflow_call:
push:
tags:
- "*"

jobs:
call-workflow:
uses: tomasbjerre/.github/.github/workflows/publish-release-on-tag-push.yaml@master
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<jenkins.version>2.463</jenkins.version>
<maven.compiler.release>17</maven.compiler.release>
<maven.javadoc.skip>true</maven.javadoc.skip>
<violations.version>2.1.0</violations.version>
<changelog-lib>2.2.0</changelog-lib>
<changelog-plugin>2.1.0</changelog-plugin>
<violations.version>2.2.0</violations.version>
<changelog-lib>2.4.1</changelog-lib>
<changelog-plugin>2.2.1</changelog-plugin>
</properties>

<groupId>de.wellnerbou.jenkins</groupId>
Expand Down

0 comments on commit f59a509

Please sign in to comment.