Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

appleboy
Copy link
Member

@appleboy appleboy commented Apr 1, 2024

  • Update the build configuration to skip the build using a comment
  • Change the changelog use from git to github
  • Modify the regex patterns for Features, Bug fixes, and Enhancements titles in the changelog
  • Add a new regex pattern for the Refactor title in the changelog
  • Update the excluded items in the changelog to include docs and CICD with corrected quotes

- Update the build configuration to skip the build using a comment
- Change the `changelog` use from `git` to `github`
- Modify the regex patterns for `Features`, `Bug fixes`, and `Enhancements` titles in the changelog
- Add a new regex pattern for the `Refactor` title in the changelog
- Update the excluded items in the changelog to include `docs` and `CICD` with corrected quotes

Signed-off-by: appleboy <[email protected]>
@appleboy appleboy added this to the v1.10 milestone Apr 1, 2024
@appleboy appleboy requested a review from thinkerou April 1, 2024 12:56
@codecov
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.18%. Comparing base (3dc1cd6) to head (612d5b0).
Report is 33 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3914      +/-   ##
==========================================
- Coverage   99.21%   99.18%   -0.03%     
==========================================
  Files          42       43       +1     
  Lines        3182     2709     -473     
==========================================
- Hits         3157     2687     -470     
+ Misses         17       12       -5     
- Partials        8       10       +2     
Flag Coverage Δ
?
-tags "sonic avx" 99.18% <ø> (?)
-tags go_json 99.18% <ø> (?)
-tags nomsgpack 99.17% <ø> (?)
go-1.18 99.11% <ø> (-0.01%) ⬇️
go-1.19 99.18% <ø> (-0.03%) ⬇️
go-1.20 99.18% <ø> (-0.03%) ⬇️
go-1.21 99.18% <ø> (-0.03%) ⬇️
go-1.22 99.18% <ø> (?)
macos-latest 99.10% <ø> (-0.11%) ⬇️
ubuntu-latest 99.18% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

appleboy added 3 commits April 1, 2024 21:25
- Change the `skip` field to `disable` in the `.goreleaser.yaml` file.

Signed-off-by: appleboy <[email protected]>
Signed-off-by: appleboy <[email protected]>
- Update regular expressions for `feat`, `fix`, and `chore` categories in `.goreleaser.yaml`
- Remove `Refactor` category from changelog configuration
- Add `Refactor` category with updated regular expression and order to changelog configuration

Signed-off-by: Bo-Yi Wu <[email protected]>
@thinkerou thinkerou merged commit 8acbe65 into gin-gonic:master Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants