Skip to content

Commit

Permalink
ci: update self to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Apr 17, 2024
1 parent fbf2edb commit cddc7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ plugins:
- # verifyRelease - Tag has not been created (is created after prepare) and version
# has not been set at this point, so verification of the version is not possible,
# but verification of dependencies
# TODO uncomment after switching to 2.1
# verifyReleaseCmd: ./gradlew verifyNoSnapshotDependencies
verifyReleaseCmd: ./gradlew verifyNoSnapshotDependencies

# prepare - set release version (if using version file)
# prepareCmd: ./gradlew "-PnewVersion=${nextRelease.version}" setReleaseVersion
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-gradle-plugin'
id 'groovy'
id 'com.gradle.plugin-publish' version "1.2.1"
id 'to.wetransform.semantic-release-version' version '2.0.0'
id 'to.wetransform.semantic-release-version' version '2.1.0'
}

repositories {
Expand Down

0 comments on commit cddc7e6

Please # to comment.