conduit icon indicating copy to clipboard operation
conduit copied to clipboard

Fix generation of changelog

Open lovromazgon opened this issue 3 years ago • 0 comments

Feature description

When creating a release goreleaser will create a changelog based on the git commits between the current and the last tag. We need to make sure that in case we are releasing a tag that is not a pre-release we need to fetch the changes from the last actual release (we should look into https://goreleaser.com/customization/release/#define-previous-tag).

lovromazgon avatar Apr 05 '22 13:04 lovromazgon