Skip to content

Commit 40d4684

Browse files
committed
feat: expose git-changelog-lib as api
1 parent 37ee8d7 commit 40d4684

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ plugins {
66

77
dependencies {
88
implementation gradleApi()
9-
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.6.1'
9+
api 'se.bjurr.gitchangelog:git-changelog-lib:2.6.1'
1010
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
#Mon Jul 14 08:18:37 CEST 2025
2+
#Fri Sep 19 17:30:24 CEST 2025
33
description=Automate changelog and versioning with conventional commits and Git.
44
group=se.bjurr.gitchangelog
55
implementationClass=se.bjurr.gitchangelog.plugin.gradle.GitChangelogGradlePlugin
@@ -8,4 +8,4 @@ sourceCompatibility=17
88
stripGradlePluginSuffix=false
99
tags=git,changelog,releasenotes,patchnotes,conventional commits,semantic version,semantic release
1010
targetCompatibility=17
11-
version=3.0.7
11+
version=3.0.8

0 commit comments

Comments
 (0)