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

fix(goreleaser): changelog generation on stable releases #192

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

tomsozolins
Copy link
Collaborator

Closes #191

Goreleaser will now generate a proper changelog including changes between stable release tags.
This also fixes the issue when a stable release fails if current commit already has a tag for pre-release.

@tomsozolins tomsozolins requested a review from shini4i September 20, 2023 12:43
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #192 (86cafab) into main (43ac8a8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #192   +/-   ##
=======================================
  Coverage   45.28%   45.28%           
=======================================
  Files          16       16           
  Lines        1208     1208           
=======================================
  Hits          547      547           
  Misses        597      597           
  Partials       64       64           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Owner

@shini4i shini4i left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you!

@shini4i shini4i merged commit 4f6a04a into main Sep 20, 2023
6 checks passed
@shini4i shini4i deleted the fix/goreleaser-stable-release-changelog branch September 20, 2023 16:04
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

Successfully merging this pull request may close these issues.

goreleaser changelog generation
2 participants