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.
add:
export CHANGELOG_GITHUB_TOKEN=YOUR_CHANGELOG_API_TOKEN
somewhere in your shell init. (ie .zshrc or simillar)
- Update
lib/webhook_system/version.rb
- Commit the changed files with the version number eg:
1.8.0
- Push this to git
- Run
rake release
- Run
rake changelog
(has to be ran after release since its based on github tagging) - Commit the changed changelog named something like
changelog for 1.8.0
- Push this to git