-
Notifications
You must be signed in to change notification settings - Fork 894
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
More release automation #5419
More release automation #5419
Conversation
|
||
- name: Bump download link version | ||
run: | | ||
sed -Ei "s,https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v[0-9]+.[0-9]+.[0-9]+/,https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v${{ needs.release.outputs.release-version }}/," README.md |
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.
Was wondering whether for main branch it doesn't make sense to just use latest
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 that makes sense, it does revert the decision in #4774, but we've recently decided that main
docs reflect SNAPSHOT state anyways (for some reason those things connect for me, even though I'm not sure they really do)
@mateuszrzeszutek is your approval a vote to stay with versioned download link on |
I think it makes slightly more sense to have versioned links -- READMEs on release branches and tags (that stem out from |
oh, I was not clear, @anuraaga's proposal is to keep versioned links on the tags, only using |
Oh, so we'll replace the latest link with versioned link when the branch is cut? In that case, using |
Closing, will send new PR to change to |
No description provided.