Sha256: 3744cc0167c238bfffa2f57f629d73af07645c49906a1a223b8534db19ec28ae

Contents?: true

Size: 511 Bytes

Versions: 11

Compression:

Stored size: 511 Bytes

Contents

# Releasing

_This guide is a work-in-progress._

## Updating the version

- Update `lib/opal/version.rb`
- Update `opal/corelib/constants.rb` with the same version number along with release dates

## Updating the changelog

- Ensure all the unreleased changes are documented in UNRELEASED.md
- Run `bin/rake changelog VERSION=v1.2.3` specifying the version number you're about to release

## The commit

- Commit the updated changelog along with the version bump using this commmit message:
  "Release v1.2.3"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
opal-1.3.0 docs/releasing.md
opal-1.3.0.rc1 docs/releasing.md
opal-1.3.0.alpha1 docs/releasing.md
opal-1.2.0 docs/releasing.md
opal-1.2.0.beta1 docs/releasing.md
opal-1.1.1 docs/releasing.md
opal-1.1.1.rc1 docs/releasing.md
opal-1.1.0 docs/releasing.md
opal-1.1.0.rc1 docs/releasing.md
opal-1.0.5 docs/releasing.md
opal-1.0.4 docs/releasing.md