-
Notifications
You must be signed in to change notification settings - Fork 503
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.34.0 #1849
Prepare release v1.34.0 #1849
Conversation
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
Codecov ReportAll modified lines are covered by tests ✅ 📢 Thoughts on this report? Let us know!. |
.prettierignore
Outdated
packages/jaeger-ui/index.d.ts | ||
scripts |
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.
I think the issue was not with scripts, but with the CHANGELOG that prettier was trying to change (switching between *
and -
for bullets)
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.
It's fine to ignore the downloaded scripts, but then I'd narrow it to
scripts | |
scripts/release-notes.py | |
scripts/draft-release.py |
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.
Thanks 😄
Signed-off-by: Yuri Shkuro <github@ysh.us>
Signed-off-by: albertteoh <see.kwang.teoh@gmail.com>
FYI, I've also deleted the get-changelog.js and get-tracking-version.js files as discussed. @yurishkuro PTAL |
@@ -1,139 +0,0 @@ | |||
#!/usr/bin/env node |
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.
@albertteoh did you delete this by mistake? It is used during the build
jaeger-ui/packages/jaeger-ui/package.json
Line 103 in f391b86
"build": "NODE_ENV=production REACT_APP_VSN_STATE=$(../../scripts/get-tracking-version.js) vite build", |
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.
## Which problem is this PR solving? - Error during build ``` > jaeger-ui $ NODE_ENV=production REACT_APP_VSN_STATE=$(../../scripts/get-tracking-version.js) vite build /bin/sh: ../../scripts/get-tracking-version.js: No such file or directory ``` ## Description of the changes - Restore the file which may have been accidentally deleted in #1849 Signed-off-by: Yuri Shkuro <github@ysh.us>
Prepares Jaeger UI release v1.34.0.
Includes some quality of life improvements for my fellow maintainers:
Supersedes #1844.
Checklist