Sha256: 9e3558d2bea31b58b1fcc7866d42f2fd1ca9705b11395a46149afa55b638025b

Contents?: true

Size: 593 Bytes

Versions: 2

Compression:

Stored size: 593 Bytes

Contents

# Release Process

1. Create a PR "Preparing for release X.Y.Z" against master branch
    * Alter CHANGELOG.md from `[Unreleased]` to `[X.Y.Z] YYYY-MM-DD`
    * Run `make update-version` and give `X.Y.Z` when prompted (this updates
      the VERSION file, so don't change it manually)
    * Check that all merges that need to be in the changelog are present
    * Get reviews and merge the PR

2. Create a release "Release X.Y.Z" on Github
    * Create Tag `vX.Y.Z`
    * Copy CHANGELOG.md into the release notes

3. Publish the website to display the latest docs
    * `make publish-website`

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
h3-3.7.2 ext/h3/src/RELEASE.md
h3-3.7.1 ext/h3/src/RELEASE.md