-
Notifications
You must be signed in to change notification settings - Fork 290
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
Prepare release v1.21.0 #1171
Prepare release v1.21.0 #1171
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.
Hey! Thanks for the PR, I think it's a good time for this release. Looks like we haven't done a great job keeping our changelog up-to-date 😅. Can we add these items for this release entry (under "Changed")?
- Upgrade Dig dependency to v1.17.1
- Update and clarify a lot of the API documentation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1171 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 31 31
Lines 2851 2851
=======================================
Hits 2815 2815
Misses 29 29
Partials 7 7 ☔ View full report in Codecov by Sentry. |
The lint CI step for uber-go#1171 is failing because it adds a comparison link in the changelog that does not yet exist (the 1.20.2 tag has not been created yet). This PR ignores these types of links when validating links during docs linting in CI. Tested this by adding the link from uber-go#1171 into the changelog. Before this change: ``` $ make docs-lint Checking documentation ... error: changelog.md:19: "uber-go/fx@v1.20.0...v1.20.2" not accessible; status code 404: Not Found make[1]: *** [check] Error 1 make: *** [docs-lint] Error 2 ``` After this change: ``` $ make docs-lint Checking documentation ```
#1172 should fix the lint issue in CI. |
The lint CI step for #1171 is failing because it adds a comparison link in the changelog that does not yet exist (the 1.20.2 tag has not been created yet). This PR ignores these types of links when validating links during docs linting in CI. Tested this by adding the link from #1171 into the changelog. Before this change: ``` $ make docs-lint Checking documentation ... error: changelog.md:19: "v1.20.0...v1.20.2" not accessible; status code 404: Not Found make[1]: *** [check] Error 1 make: *** [docs-lint] Error 2 ``` After this change: ``` $ make docs-lint Checking documentation ```
@JacobOaks extra lines added 👍 |
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
Updates version and changelog for v1.21.0.