-
Notifications
You must be signed in to change notification settings - Fork 334
chore(goreleaser): add release footer with contributors and changelog links #4161
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4161 +/- ##
=======================================
Coverage 32.94% 32.95%
=======================================
Files 346 346
Lines 40945 40945
=======================================
+ Hits 13491 13494 +3
+ Misses 26560 26557 -3
Partials 894 894
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
3000f10
to
7287b85
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… links Signed-off-by: Gaius <gaius.qi@gmail.com>
c02891b
7287b85
to
c02891b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
This pull request includes updates to the
.goreleaser.yml
configuration file to enhance release notes and changelog organization, as well as a submodule update inclient-rs
. The most important changes focus on improving the release process and changelog readability.Enhancements to
.goreleaser.yml
:.goreleaser.yml
, .goreleaser.ymlR4-R9).goreleaser.yml
, .goreleaser.ymlR138-R152)Submodule update:
client-rs
submodule to a new commit, reflecting changes in the external repository. (client-rs
, client-rsL1-R1)Related Issue
Motivation and Context
Screenshots (if appropriate)
Types of changes
Checklist