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

Add option to ignore prereleases? #28

Closed
rohit-gohri opened this issue Jun 10, 2020 · 4 comments
Closed

Add option to ignore prereleases? #28

rohit-gohri opened this issue Jun 10, 2020 · 4 comments

Comments

@rohit-gohri
Copy link

I use prerelease tags when I deploy to stage, and normal tags when deploying to production.
In my releases I only want the normal tags to be there, and the changelog should also consider the last normal tag and ignore any prerelease tags.

Eg.

  • release v1.0.0
  • prerelease v1.1.0-0 (ignored)
  • prerelease v1.1.0-1 (ignored)
  • release v1.1.0

And changelog should generated should be b/w v1.0.0 and v1.1.0

@jk1z
Copy link
Owner

jk1z commented May 7, 2022

I think you can use TAG_REGEX to filter it out? Something like this would work /^[0-9]+.[0-9]+.[0-9]+$/

@rohit-gohri
Copy link
Author

I guess that would work, I'm no longer actively using gitlab and can't test it out so I'll close this issue.

@jk1z
Copy link
Owner

jk1z commented May 8, 2022

@rohit-gohri I feel you man. The reason I stopped updating this repo is because we have moved out of gitlab. Gitlab is just too unstable..We have experienced major outages when we were using it almost every 2-3 months

@rohit-gohri
Copy link
Author

@jk1z That's sad to hear. For me it was because I changed my job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants