-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-release #28
Comments
Hi. This is currently not possible. We don't have full implementation of semver, it's built for |
Yes, I'm curious how that works: does each project have its own RC number that increments when a pre-release is done? Do only projects that have bumped their version have a pre-release process done? Does each PR invoke the pre-release process, or is it manually triggered? I think Versio can currently help, but it probably can't do everything you're describing right now. I'm curious about your use-case, though. |
Hello @chaaz @robko23, sorry, been very busy at work and forgot to reply... The workflow is the following:
To build this pre-release, we actually use the commit hash. The ideal approach would be to use the I think the process of bumping could be :
I can answer questions whenever you need (and will be more available to work with you !) |
Hello @chaaz,
I would like to know how to use versio to do pre-releases for each PR. We have a monorepo containing all our apis and would like to build a pre-release for the project that the commits targets, which include a version bump like the one done in the release part but also a
rc.xxx
tag where xx is the rc number (increments for each PR)...Is it possible with Versio ?
(sorry for the wrong issue category)
Thanks
The text was updated successfully, but these errors were encountered: