Skip to content

Commit

Permalink
chore: Update .releaserc file.
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac committed Jun 11, 2021
1 parent f5ee607 commit a3f2ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins:
- - "@google/semantic-release-replace-plugin"
- replacements:
- files:
- "./secrets_gradle_plugin/build.gradle.kts"
- "./secrets-gradle-plugin/build.gradle.kts"
from: "const val version = \".*\""
to: "const val version = \"${nextRelease.version}\""
- files:
Expand All @@ -22,7 +22,7 @@ plugins:
publishCmd: "./gradlew publishPlugins --warn --stacktrace"
- - "@semantic-release/git"
- assets:
- "./secrets_gradle_plugin/build.gradle.kts"
- "./secrets-gradle-plugin/build.gradle.kts"
- "*.md"
- "@semantic-release/github"
options:
Expand Down

0 comments on commit a3f2ba8

Please sign in to comment.