Changelog behavior for stable/pre-releases #4336
Unanswered
seriousm4x
asked this question in
Q&A
Replies: 1 comment 2 replies
-
https://goreleaser.com/customization/git/ ignore tags might work I think |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there a possibility that the changelog for stable releases is always created since the last stable release?
The following scenario:
Stable release
- changelog is createdPre-release
- changelog is created since step 1Stable release
- changelog is created since step 3Now the last stable release contains only the changelog since the last pre-release (step 3), but I would like to have the whole changelog since the last stable release (step 1). Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions