Sha256: 3242f8a61b32945e854d81ce915aac89e3c0ff323afecc57fc46f750afa06cfd

Contents?: true

Size: 748 Bytes

Versions: 2

Compression:

Stored size: 748 Bytes

Contents

**Release Process**

1. Sign up for an account on Ruby Gems (https://rubygems.org/sign_up)
2. Go to the `#app-eng-backends` channel and get added to the ruby gem (https://rubygems.org/gems/fastly)
3. Merge PR after CI passes
4. Open new PR to update `CHANGELOG.md`
5. Merge `CHANGELOG.md` PR
6. Rebase latest remote master branch locally (`git pull --rebase origin master`).
7. Tag a new release (`git tag vX.Y.Z && git push origin vX.Y.Z`)
8. Copy and paste `CHANGELOG.md` into the draft release
9. Publish draft release
10. Publish the gem to RubyGems.org (you will need your username and password on Ruby Gems)

- generate a new gem spec file with the new version `gem build fastly.gemspec`
- update RubyGems.org `gem push fastly-{VERSION}.gem`

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fastly-3.0.2 RELEASE.md
fastly-3.0.1 RELEASE.md