Skip to content

Commit

Permalink
chore(release): 3.1.1-happening
Browse files Browse the repository at this point in the history
  • Loading branch information
trajakovic committed Oct 30, 2024
1 parent a92feaa commit c10c871
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
}],
["@semantic-release/exec", {
"prepareCmd": "sed -i -e \"s/^version=.\\+$/version=${nextRelease.version}/g\" gradle.properties && ./gradlew distTar distZip"
}],
["@semantic-release/release", {
"release": {
"tag": "3.1.1-happening"
}
}]
],
"release": {
"tag": "3.1.1-happening"
}
]
}

0 comments on commit c10c871

Please sign in to comment.