Browse Source

Onward and upward

dev
Andy Meneely 5 years ago
parent
commit
b50a3270a4
  1. 5
      RELEASE TODO.md
  2. 2
      lib/squib/version.rb

5
RELEASE TODO.md

@ -15,8 +15,9 @@ Be sure to remember to do the following for releases. (Copy into a GitHub issue)
- [ ] Push master and release branches
- [ ] Create GitHub release tag
- [ ] `gem push pkg/squib-x.y.z.gem`
- [ ] `gem push --key github --host https://rubygems.pkg.github.com/andymeneely pkg/squib-x.y.z.gem`
- [ ] Github milestone closed
- [ ] Activate version on squib.readthedocs.org
- [ ] Activate version on squib.readthedocs.org (Versions)
- [ ] Set default version on squib.readthedocs.org (Advanced Settings)
- [ ] Bump version.rb to the next alpha
- [ ] Check Docker build
- [ ] Publish on BoardGameGeek thread

2
lib/squib/version.rb

@ -6,6 +6,6 @@ module Squib
# Most of the time this is in the alpha of the next release.
# e.g. v0.0.5a is on its way to becoming v0.0.5
#
VERSION = '0.16.0'
VERSION = '0.17.0a'
end

Loading…
Cancel
Save