Sha256: 4c9f3efe01b8b5f965498d897b1e71c7f1ca201f4b6a66ce26a4ef59cc87dbac

Contents?: true

Size: 701 Bytes

Versions: 21

Compression:

Stored size: 701 Bytes

Contents

## Setup

In order to deploy a new version of the gem into the wild ...

You will need to configure your github api token for the changelog.

Generate a new token for changelogs [here](https://github.com/settings/tokens/new).

add:

```bash
export CHANGELOG_GITHUB_TOKEN=YOUR_CHANGELOG_API_TOKEN
```

somewhere in your shell init. (ie .zshrc or simillar)

## Deploying

1. Update `lib/webhook_system/version.rb`
2. Commit the changed files with the version number eg: `1.8.0`
3. Push this to git
4. Run `rake release`
5. Run `rake changelog` (has to be ran after release since its based on github tagging)
6. Commit the changed changelog named something like `changelog for 1.8.0`
7. Push this to git

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
webhook_system-2.4.1 DEPLOYING.md
webhook_system-2.4.0 DEPLOYING.md
webhook_system-2.3.1 DEPLOYING.md
webhook_system-2.3.0 DEPLOYING.md
webhook_system-2.2.0 DEPLOYING.md
webhook_system-2.1.6 DEPLOYING.md
webhook_system-2.1.5 DEPLOYING.md
webhook_system-2.1.4 DEPLOYING.md
webhook_system-2.1.3 DEPLOYING.md
webhook_system-2.1.2 DEPLOYING.md
webhook_system-2.1.1 DEPLOYING.md
webhook_system-2.1.0 DEPLOYING.md
webhook_system-2.0.0 DEPLOYING.md
webhook_system-1.0.4 DEPLOYING.md
webhook_system-1.0.3 DEPLOYING.md
webhook_system-1.0.2 DEPLOYING.md
webhook_system-1.0.1 DEPLOYING.md
webhook_system-1.0.0 DEPLOYING.md
webhook_system-0.1.1 DEPLOYING.md
webhook_system-0.1.0 DEPLOYING.md