Sha256: 024406368d28bb74e317d013d472ae880ff0906620e3af4a2cb3a69495e9b9a2

Contents?: true

Size: 583 Bytes

Versions: 2

Compression:

Stored size: 583 Bytes

Contents

# Release Process

## Requirements

Releases to https://rubygems.org are done through Gitlab CI.

Scripts for performing the release can be found in `scripts/`. The scripts will
both create a draft Github Release and push a Gem.

## Steps

- Update `CHANGELOG.md`
- Bump version in `lib/splunk/otel/version.rb`
- Create PR
- Once PR is approved and merged created a tag with the same version as
  `version.rb` prefixed with `v` and push the tag
- Watch Gitlab CI for the `release` job to complete
- Update the newly created Github Release notes with the contents of
  `CHANGELOG.md`

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
splunk-otel-1.3.0 RELEASING.md
splunk-otel-1.1.3 RELEASING.md