conduit
conduit copied to clipboard
Fix generation of changelog
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).