Onward and upward
parent
9d2d2208e9
commit
b50a3270a4
|
|
@ -15,8 +15,9 @@ Be sure to remember to do the following for releases. (Copy into a GitHub issue)
|
||||||
- [ ] Push master and release branches
|
- [ ] Push master and release branches
|
||||||
- [ ] Create GitHub release tag
|
- [ ] Create GitHub release tag
|
||||||
- [ ] `gem push pkg/squib-x.y.z.gem`
|
- [ ] `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
|
- [ ] 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
|
- [ ] Bump version.rb to the next alpha
|
||||||
|
- [ ] Check Docker build
|
||||||
- [ ] Publish on BoardGameGeek thread
|
- [ ] Publish on BoardGameGeek thread
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ module Squib
|
||||||
# Most of the time this is in the alpha of the next release.
|
# 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
|
# e.g. v0.0.5a is on its way to becoming v0.0.5
|
||||||
#
|
#
|
||||||
VERSION = '0.16.0'
|
VERSION = '0.17.0a'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue