Replies: 1 comment 1 reply
-
|
There isn't. "prerelease" here means it's a beta version. So removing the "prerelease" doesn't make sense to me. With auto you just make a real release once you're ready. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, is there a command I can run after
auto shipitwhich will get all the pre-release releases and mark them as released?This is my autorc file:
{ "plugins": [ [ "npm", { "exact": true, "commitNextVersion": true } ], "conventional-commits", "first-time-contributor", [ "released", { "message": "%TYPE went out with version: %VERSION" } ], [ "jira", "https://xxxxxx" ] ], "baseBranch": "main", "owner": "xxxx", "repo": "xxxx", "name": "xxxx", "release": { "prerelease": true } }Beta Was this translation helpful? Give feedback.
All reactions