Skip to content

Commit dc085e6

Browse files
committed
ops(ci): conventional-commits based release versions
- added enforcing of conventional commits - project version is now set by axion-release gradle plugin, configured to extract the version based on the commit history see https://axion-release-plugin.readthedocs.io/en/latest/
1 parent ff8808c commit dc085e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plugins {
2828

2929
// set version based on conventional commit history
3030
scmVersion {
31-
unshallowRepoOnCI.set(true)
31+
unshallowRepoOnCI.set(false)
3232
tag {
3333
prefix.set("v")
3434
versionSeparator.set("")

0 commit comments

Comments
 (0)