-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
config: prepare package for release #4541
config: prepare package for release #4541
Conversation
20ead20
to
eb3f372
Compare
Codecov Report
@@ Coverage Diff @@
## main #4541 +/- ##
=====================================
Coverage 80.8% 80.8%
=====================================
Files 150 150
Lines 10371 10371
=====================================
Hits 8387 8387
Misses 1840 1840
Partials 144 144
|
This PR does the following: - adds a section to versions.yaml, please review that the new section makes sense, it didn't seem to fit in any of the other groups. - adds doc.go - adds example Signed-off-by: Alex Boten <aboten@lightstep.com>
eb3f372
to
3e4eee5
Compare
@pellared does this type of change require a changelog? Happy to add one, I just wasn't sure :) |
|
I added a "Skip Changelog" label. |
Signed-off-by: Alex Boten <aboten@lightstep.com>
The readme has been removed, and todo's added in config.go. PTAL |
PS. I was thinking about adding TODO to |
This PR does the following:
Fixes #4415