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: generate CHANGELOG.md files again #854

Merged
merged 4 commits into from
Sep 21, 2023

Conversation

JoshuaKGoldberg
Copy link
Owner

PR Checklist

Overview

Going off the docs in https://github.com/release-it/release-it/blob/e2e0c34cd392f7c87e41300b10c2d398582d32ce/docs/changelog.md#conventional-changelog.

I think I'd started investigating accessibility compliance across changelog options and never got around to finishing it.

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #854 (be2d142) into main (20c44e9) will decrease coverage by 0.08%.
Report is 8 commits behind head on main.
The diff coverage is 69.86%.

@@            Coverage Diff             @@
##             main     #854      +/-   ##
==========================================
- Coverage   92.40%   92.32%   -0.08%     
==========================================
  Files          87       87              
  Lines        4345     4405      +60     
  Branches      280      284       +4     
==========================================
+ Hits         4015     4067      +52     
- Misses        330      338       +8     
Flag Coverage Δ
create 71.30% <58.33%> (-0.14%) ⬇️
initialize 34.38% <38.88%> (-0.02%) ⬇️
migrate 71.09% <51.38%> (-0.32%) ⬇️
unit 54.12% <57.53%> (+0.24%) ⬆️

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

Files Changed Coverage Δ
src/shared/types.ts 0.00% <0.00%> (ø)
src/shared/options/augmentOptionsWithExcludes.ts 66.32% <59.61%> (+4.23%) ⬆️
src/shared/options/readOptions.ts 89.50% <100.00%> (+0.26%) ⬆️
src/steps/finalizeDependencies.ts 100.00% <100.00%> (ø)
src/steps/writing/creation/rootFiles.ts 96.61% <100.00%> (+0.15%) ⬆️

... and 2 files with indirect coverage changes

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

@JoshuaKGoldberg JoshuaKGoldberg merged commit 88fbfb9 into main Sep 21, 2023
14 of 16 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the release-it-conventional-changelog branch September 21, 2023 00:06
@github-actions
Copy link

🎉 This is included in version v1.29.52 🎉

The release is available on:

Cheers! 📦🚀

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.

🐛 Bug: CHANGELOG.md isn't being updated by release flow
1 participant