Sha256: 1823b81b7da771f13a02c57be74896f7f588b7efcd5e330639f46eb6f894c05b

Contents?: true

Size: 787 Bytes

Versions: 38

Compression:

Stored size: 787 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` and update `lib/fastly/gem_version.rb`
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

38 entries across 38 versions & 1 rubygems

Version Path
fastly-9.0.0 RELEASE.md
fastly-8.10.0 RELEASE.md
fastly-8.9.0 RELEASE.md
fastly-8.8.0 RELEASE.md
fastly-8.7.0 RELEASE.md
fastly-8.6.0 RELEASE.md
fastly-8.5.0 RELEASE.md
fastly-8.4.0 RELEASE.md
fastly-8.2.0 RELEASE.md
fastly-8.1.0 RELEASE.md
fastly-8.0.1 RELEASE.md
fastly-8.0.0 RELEASE.md
fastly-7.2.2 RELEASE.md
fastly-7.2.1 RELEASE.md
fastly-7.2.0 RELEASE.md
fastly-7.1.1 RELEASE.md
fastly-7.1.0 RELEASE.md
fastly-7.0.0 RELEASE.md
fastly-6.0.2 RELEASE.md
fastly-6.0.1 RELEASE.md