diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index a12fcb477d..0000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,9 +0,0 @@ -# Changelog - -All notable changes to OpenTelemetry eBPF Instrumentation are documented in this file. - -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - -OpenTelemetry eBPF Instrumentation adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - -## [Unreleased] diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31fcfb4a63..1cfbe84b43 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -139,8 +139,7 @@ Enter the newly created directory and add your fork as a new remote: git remote add git@github.com:/opentelemetry-ebpf-instrumentation ``` -Check out a new branch, make modifications, run linters and tests, update -`CHANGELOG.md`, and push the branch to your fork: +Check out a new branch, make modifications, run linters and tests, and push the branch to your fork: ```sh git checkout -b diff --git a/RELEASING.md b/RELEASING.md index 274a687da6..9620d3fcd2 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -36,7 +36,6 @@ Update all crosslink dependencies and any version references in code. ``` 3. 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