jk1z / gitlab-release-note-generator

A Gitlab release note generator
MIT License
97 stars 37 forks source link

Add option to ignore prereleases? #28

Closed rohit-gohri closed 2 years ago

rohit-gohri commented 4 years ago

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.

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

jk1z commented 2 years ago

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

rohit-gohri commented 2 years ago

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 commented 2 years ago

@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 commented 2 years ago

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