-
Notifications
You must be signed in to change notification settings - Fork 191
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
Proposed semconv pre-release process #1817
Labels
Comments
github-project-automation
bot
moved this to Need triage
in DRAFT - SemConv Issue Triage
Jan 24, 2025
ya, that sounds like a better way to go 👍 I'm going to start working on some automation for it |
Seems to be working very well atm. ❤ Thanks for putting this together! 🙌🏻 |
thanks for all your help! anything remaining you know of, or should we close this and see how things go? |
Let's close and see how things go. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@trask - great work on getting the 1.30.0 release out! 🙌🏻 🎉
I think that open-telemetry/opentelemetry.io#6077 is somewhat typical of new semconv release PRs. Inevitably issues arise, such as the following, and we end up doing double the work (fixing semconv and patching OTel.io):
@trask and I have been working on improving the release process. @trask created a daily build script. That allowed us to catch some issues ahead of the new release, such as:
<-- toc -->
directive #1799I think that the best way forward is to open a PR over OTel.io and incrementally (maybe daily) update the semconv repo version used by that PR. If any issues arise, then an @open-telemetry/docs-maintainers can fix them and push changes to the PR. The PR also give us the ability to preview the semconv release.
(That's what I did with open-telemetry/opentelemetry.io#6060, which built without any issues. The problem is that more updates were applied to the semconv repo, and not retested.)
Thoughts @trask @lmolkova et all?
The text was updated successfully, but these errors were encountered: