Sha256: d5be1be925efd381b9af163070f6f5d5a102342073248f1d2b2779a6dd5da371

Contents?: true

Size: 334 Bytes

Versions: 2

Compression:

Stored size: 334 Bytes

Contents

```
bundle install
bundle exec rake spec
bundle exec gem bump --version x.y.z
bundle exec gem tag
github_changelog_generator -t <YOUR TOKEN>
bundle exec gem release
```

> Note for the changelog:
  * Review the changelog.
  * Remove "unreleased" section.
  * Make sure the tags are ordered.
  * Commit / push the changelog to master.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
auth0-4.5.0 DEPLOYMENT.md
auth0-4.4.0 DEPLOYMENT.md