Skip to content

Commit

Permalink
chore: fix release task
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Oct 4, 2024
1 parent b5442d8 commit 60c5d69
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 25 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "se.bjurr.gradle.conventional-release" version "0.+"
id "se.bjurr.gradle.update-versions" version "0.+"
id "se.bjurr.gradle.java-convention" version "0.+"
id "se.bjurr.gradle.conventional-release"
id "se.bjurr.gradle.java-convention"
id "se.bjurr.gradle.update-versions"
}

dependencies {
Expand Down
6 changes: 2 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
#Wed Oct 02 21:33:10 CEST 2024
#Fri Oct 04 19:28:28 CEST 2024
description=Automate changelog and versioning with conventional commits and Git.
group=se.bjurr.gitchangelog
implementationClass=se.bjurr.gitchangelog.plugin.gradle.GitChangelogGradlePlugin
Expand All @@ -8,6 +8,4 @@ sourceCompatibility=17
stripGradlePluginSuffix=false
tags=git,changelog,releasenotes,patchnotes,conventional commits,semantic version,semantic release
targetCompatibility=17
version=2.2.2
setVersionConventional=false
updateChangelog=false
version=2.4.2
17 changes: 0 additions & 17 deletions release.sh

This file was deleted.

8 changes: 7 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ pluginManagement {
mavenCentral()
gradlePluginPortal()
}
}
}

plugins {
id "se.bjurr.gradle.conventional-release" version "0.+" apply false
id "se.bjurr.gradle.java-convention" version "0.+" apply false
id "se.bjurr.gradle.update-versions" version "0.+" apply false
}

0 comments on commit 60c5d69

Please sign in to comment.