Skip to content

Commit

Permalink
docs(release): update instructions after introducing Towncrier (#1304)
Browse files Browse the repository at this point in the history
Removes old instructions that don't apply after intruduction of Towncrier.
  • Loading branch information
andrzej-stencel authored Oct 24, 2023
1 parent 48e8c55 commit e27120e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
- [Create and push Git tag](#create-and-push-git-tag)
- [Remove tag in case of a failed release job](#remove-tag-in-case-of-a-failed-release-job)
- [Publish GitHub release](#publish-github-release)
- [Add `Unreleased` section to the changelog and upgrading guide](#add-unreleased-section-to-the-changelog-and-upgrading-guide)
- [Build packages](#build-packages)
- [Updating OT to next version](#updating-ot-to-next-version)
- [Update OT version](#update-ot-version)
Expand All @@ -24,8 +23,6 @@ Update the [CHANGELOG.md][changelog] by running `make update-changelog VERSION=x

Make sure the [upgrading.md][upgrading] file has entries for the breaking changes for this release.

Here are some example pull requests: [#602], [#652], [#684].

### Create and push Git tag

In order to release a new version of Sumo OT distro you'd export `TAG` env variable
Expand Down Expand Up @@ -80,14 +77,6 @@ edit the release draft and fill in missing information:

After verifying that the release text and all links are good, publish the release.

### Add `Unreleased` section to the changelog and upgrading guide

Edit the [CHANGELOG.md][changelog] and [upgrading.md][upgrading] files and prepare unreleased section.

Here is the example pull request: [#677].

[#677]: https://github.com/SumoLogic/sumologic-otel-collector/pull/677

### Build packages

1. Open the [Build packages workflow][build_packages_workflow] in GitHub Actions for the
Expand Down

0 comments on commit e27120e

Please sign in to comment.