Skip to content

Commit

Permalink
fix(mercury): use snapshot suffix for prerelease publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Baliasnikov committed Oct 24, 2022
1 parent e88ecd3 commit a66598a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mercury/mercury-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"name": "prerelease/mercury",
"prerelease": "true"
"prerelease": "snapshot"
}
],
"plugins": [
Expand All @@ -47,7 +47,7 @@
"version.sbt",
"CHANGELOG.md"
],
"message": "chore(release): cut mercury ${nextRelease.version} release [skip ci]\n\n${nextRelease.notes}"
"message": "chore(release): cut mercury lib ${nextRelease.version} release [skip ci]\n\n${nextRelease.notes}"
}
]
]
Expand Down

0 comments on commit a66598a

Please sign in to comment.