Skip to content

Commit

Permalink
fix: prevent creation of SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed May 11, 2023
1 parent 0a80856 commit ae7df06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"@terrestris/maven-semantic-release",
{
"mavenTarget": "deploy",
"clean": false,
"updateSnapshotVersion": true,
"updateSnapshotVersion": false,
"settingsPath": "/home/runner/.m2/settings.xml",
"processAllModules": true
}
Expand Down

0 comments on commit ae7df06

Please sign in to comment.