Skip to content

How can I apply the pre-release identifier even if my tag already pre-release? #1018

Answered by adamralph
SKProCH asked this question in Q&A
Discussion options

You must be logged in to vote

@SKProCH "nightly" suggests that you have a scheduled job which builds artifacts and publishes them in some way. Bear in mind that the design philosophy around MinVer is "tag first". I.e. the first thing you do before you release (whether pre-release or not), is to tag the repo. The philosophy assumes that the auto-generated versions (i.e. those with only height added) are not being released, and are only used for ad-hoc internal testing, etc. Attempts to use those versions for any kind of release usually end up in conflict with the design philosophy in some way.

So, if I understand your use case correctly, I would remove the nightly default pre-release phase (or replace it with another d…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SKProCH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants