Skip to content
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

Support alpha, beta and rc #2

Open
omid opened this issue Sep 1, 2019 · 0 comments
Open

Support alpha, beta and rc #2

omid opened this issue Sep 1, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest

Comments

@omid
Copy link
Owner

omid commented Sep 1, 2019

After deployment of this ticket, gitversion command should accept the following attributes:

  • -alpha-keyword keyword
  • -beta-keyword keyword
  • -rc-keyword keyword

For example:
gitversion -alpha-keyword alpha -beta-keyword b -rc-keyword rc

And type can have the following values:

  • alpha
  • beta
  • rc

The changes will be like the following matrix:

Old Version Type New Version
v1.2.3 alpha v1.2.4-alpha
v1.2.4-alpha alpha v1.2.4-alpha.1
v1.2.4-alpha.1 alpha v1.2.4-alpha.2
v1.2.4-alpha beta v1.2.4-beta
v1.2.3 beta v1.2.4-beta
v1.2.3 rc v1.2.4-rc
@omid omid added enhancement New feature or request good first issue Good for newcomers labels Sep 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant