$66 GRAYBYTE WORDPRESS FILE MANAGER $20

SERVER : in-mum-web1330.main-hosting.eu #1 SMP Mon Feb 10 22:45:17 UTC 2025
SERVER IP : 88.222.222.221 | ADMIN IP 216.73.216.215
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/go/pkg/mod/go.opentelemetry.io/otel@v1.14.0/

HOME
Current File : /opt/go/pkg/mod/go.opentelemetry.io/otel@v1.14.0//RELEASING.md
# Release Process

## Semantic Convention Generation

New versions of the [OpenTelemetry specification] mean new versions of the `semconv` package need to be generated.
The `semconv-generate` make target is used for this.

1. Checkout a local copy of the [OpenTelemetry specification] to the desired release tag.
2. Pull the latest `otel/semconvgen` image: `docker pull otel/semconvgen:latest`
3. Run the `make semconv-generate ...` target from this repository.

For example,

```sh
export TAG="v1.13.0" # Change to the release version you are generating.
export OTEL_SPEC_REPO="/absolute/path/to/opentelemetry-specification"
git -C "$OTEL_SPEC_REPO" checkout "tags/$TAG" -b "$TAG"
docker pull otel/semconvgen:latest
make semconv-generate # Uses the exported TAG and OTEL_SPEC_REPO.
```

This should create a new sub-package of [`semconv`](./semconv).
Ensure things look correct before submitting a pull request to include the addition.

**Note**, the generation code was changed to generate versions >= 1.13.
To generate versions prior to this, checkout the old release of this repository (i.e. [2fe8861](https://github.com/open-telemetry/opentelemetry-go/commit/2fe8861a24e20088c065b116089862caf9e3cd8b)).

## Pre-Release

First, decide which module sets will be released and update their versions
in `versions.yaml`.  Commit this change to a new branch.

Update go.mod for submodules to depend on the new release which will happen in the next step.

1. Run the `prerelease` make target. It creates a branch
    `prerelease_<module set>_<new tag>` that will contain all release changes.

    ```
    make prerelease MODSET=<module set>
    ```

2. Verify the changes.

    ```
    git diff ...prerelease_<module set>_<new tag>
    ```

    This should have changed the version for all modules to be `<new tag>`.
    If these changes look correct, merge them into your pre-release branch:

    ```go
    git merge prerelease_<module set>_<new tag>
    ```

3. Update the [Changelog](./CHANGELOG.md).
   - Make sure all relevant changes for this release are included and are in language that non-contributors to the project can understand.
       To verify this, you can look directly at the commits since the `<last tag>`.

       ```
       git --no-pager log --pretty=oneline "<last tag>..HEAD"
       ```

   - Move all the `Unreleased` changes into a new section following the title scheme (`[<new tag>] - <date of release>`).
   - Update all the appropriate links at the bottom.

4. Push the changes to upstream and create a Pull Request on GitHub.
    Be sure to include the curated changes from the [Changelog](./CHANGELOG.md) in the description.

## Tag

Once the Pull Request with all the version changes has been approved and merged it is time to tag the merged commit.

***IMPORTANT***: It is critical you use the same tag that you used in the Pre-Release step!
Failure to do so will leave things in a broken state. As long as you do not
change `versions.yaml` between pre-release and this step, things should be fine.

***IMPORTANT***: [There is currently no way to remove an incorrectly tagged version of a Go module](https://github.com/golang/go/issues/34189).
It is critical you make sure the version you push upstream is correct.
[Failure to do so will lead to minor emergencies and tough to work around](https://github.com/open-telemetry/opentelemetry-go/issues/331).

1. For each module set that will be released, run the `add-tags` make target
    using the `<commit-hash>` of the commit on the main branch for the merged Pull Request.

    ```
    make add-tags MODSET=<module set> COMMIT=<commit hash>
    ```

    It should only be necessary to provide an explicit `COMMIT` value if the
    current `HEAD` of your working directory is not the correct commit.

2. Push tags to the upstream remote (not your fork: `github.com/open-telemetry/opentelemetry-go.git`).
    Make sure you push all sub-modules as well.

    ```
    git push upstream <new tag>
    git push upstream <submodules-path/new tag>
    ...
    ```

## Release

Finally create a Release for the new `<new tag>` on GitHub.
The release body should include all the release notes from the Changelog for this release.

## Verify Examples

After releasing verify that examples build outside of the repository.

```
./verify_examples.sh
```

The script copies examples into a different directory removes any `replace` declarations in `go.mod` and builds them.
This ensures they build with the published release, not the local copy.

## Post-Release

### Contrib Repository

Once verified be sure to [make a release for the `contrib` repository](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/RELEASING.md) that uses this release.

### Website Documentation

Update [the documentation](./website_docs) for [the OpenTelemetry website](https://opentelemetry.io/docs/go/).
Importantly, bump any package versions referenced to be the latest one you just released and ensure all code examples still compile and are accurate.

[OpenTelemetry specification]: https://github.com/open-telemetry/opentelemetry-specification

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
25 Jan 2024 4.43 PM
root / root
0755
.github
--
25 Jan 2024 4.43 PM
root / root
0555
attribute
--
25 Jan 2024 4.43 PM
root / root
0555
baggage
--
25 Jan 2024 4.43 PM
root / root
0555
codes
--
25 Jan 2024 4.43 PM
root / root
0555
exporters
--
25 Jan 2024 4.43 PM
root / root
0555
internal
--
25 Jan 2024 4.43 PM
root / root
0555
propagation
--
25 Jan 2024 4.43 PM
root / root
0555
semconv
--
25 Jan 2024 4.43 PM
root / root
0555
website_docs
--
25 Jan 2024 4.43 PM
root / root
0555
.gitattributes
0.087 KB
25 Jan 2024 4.43 PM
root / root
0444
.gitignore
0.32 KB
25 Jan 2024 4.43 PM
root / root
0444
.gitmodules
0.144 KB
25 Jan 2024 4.43 PM
root / root
0444
.golangci.yml
9.197 KB
25 Jan 2024 4.43 PM
root / root
0444
.lycheeignore
0.291 KB
25 Jan 2024 4.43 PM
root / root
0444
.markdownlint.yaml
0.302 KB
25 Jan 2024 4.43 PM
root / root
0444
CHANGELOG.md
159.072 KB
25 Jan 2024 4.43 PM
root / root
0444
CODEOWNERS
0.529 KB
25 Jan 2024 4.43 PM
root / root
0444
CONTRIBUTING.md
15.818 KB
25 Jan 2024 4.43 PM
root / root
0444
LICENSE
11.091 KB
25 Jan 2024 4.43 PM
root / root
0444
Makefile
7.625 KB
25 Jan 2024 4.43 PM
root / root
0444
README.md
5.29 KB
25 Jan 2024 4.43 PM
root / root
0444
RELEASING.md
4.998 KB
25 Jan 2024 4.43 PM
root / root
0444
VERSIONING.md
10.73 KB
25 Jan 2024 4.43 PM
root / root
0444
doc.go
1.465 KB
25 Jan 2024 4.43 PM
root / root
0444
error_handler.go
1.365 KB
25 Jan 2024 4.43 PM
root / root
0444
get_main_pkgs.sh
1.217 KB
25 Jan 2024 4.43 PM
root / root
0444
go.mod
0.415 KB
25 Jan 2024 4.43 PM
root / root
0444
go.sum
2.052 KB
25 Jan 2024 4.43 PM
root / root
0444
handler.go
2.969 KB
25 Jan 2024 4.43 PM
root / root
0444
handler_test.go
5.238 KB
25 Jan 2024 4.43 PM
root / root
0444
internal_logging.go
0.847 KB
25 Jan 2024 4.43 PM
root / root
0444
internal_logging_test.go
0.806 KB
25 Jan 2024 4.43 PM
root / root
0444
propagation.go
1.128 KB
25 Jan 2024 4.43 PM
root / root
0444
trace.go
1.58 KB
25 Jan 2024 4.43 PM
root / root
0444
trace_test.go
1.127 KB
25 Jan 2024 4.43 PM
root / root
0444
verify_examples.sh
2.325 KB
25 Jan 2024 4.43 PM
root / root
0444
version.go
0.741 KB
25 Jan 2024 4.43 PM
root / root
0444
version_test.go
1.078 KB
25 Jan 2024 4.43 PM
root / root
0444
versions.yaml
2.416 KB
25 Jan 2024 4.43 PM
root / root
0444

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF