Skip to content

Commit

Permalink
Use versioned download url (#4774)
Browse files Browse the repository at this point in the history
* Use versioned download url

* Use versioned download url
  • Loading branch information
trask committed Dec 2, 2021
1 parent 2ba893e commit 30b2316
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if you are looking for documentation on using those.

## Getting Started

Download the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/latest/download/opentelemetry-javaagent.jar).
Download the [latest version](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.9.1/opentelemetry-javaagent.jar).

This package includes the instrumentation agent as well as
instrumentations for all supported libraries and all available data exporters.
Expand Down
20 changes: 12 additions & 8 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ Before making the release:
git checkout -b v1.9.x upstream/main
git push upstream v1.9.x
```
* Merge a PR to the release branch updating the version (remove `-SNAPSHOT`) in these files:
* version.gradle.kts
* examples/distro/build.gradle
* examples/extension/build.gradle
* Merge a PR to the release branch with the following changes
* Remove `-SNAPSHOT` from the version in these files:
* version.gradle.kts
* examples/distro/build.gradle
* examples/extension/build.gradle
* Bump the version in the download link in the root `README.md` file

Open the release build workflow in your browser [here](https://github.com/open-telemetry/opentelemetry-java-instrumentation/actions/workflows/release-build.yml).

Expand All @@ -38,10 +40,12 @@ and pushes a git tag with the version number.

After making the release:

* Merge a PR to `main` bumping the version (keeping `-SNAPSHOT`) in these files:
* version.gradle.kts
* examples/distro/build.gradle
* examples/extension/build.gradle
* Merge a PR to `main` with the following changes
* Bump version in these files to the next `-SNAPSHOT` version (e.g. from `1.9.0-SNAPSHOT` to `1.10.0-SNAPSHOT`)
* version.gradle.kts
* examples/distro/build.gradle
* examples/extension/build.gradle
* Bump the version in the download link in the root `README.md` file

## Announcement

Expand Down

0 comments on commit 30b2316

Please sign in to comment.