- Update gems with
bundle update --all
- Test to make sure we work with all new deps
- Update version number in
lib/sugarjar/version.rb
- Update the
CHANGELOG.md
- Create a PR, get it merged
- version='0.0.X'
- Add a tag:
git tag -a v${version?} -m "version ${version?}" -s
- Push the tag:
git push origin --tags
- Build a gem:
gem build sugarjar.gemspec
- Push the gem:
gem push sugarjar-${version?}.gem
Go to release, add new one.
See packaging/README-fedora.md.
Ping Michel Lind
Ping Zeal Wierslee