I dub thee v0.10.0
parent
7b862b579f
commit
839fceeeb3
|
|
@ -3,16 +3,16 @@ Be sure to remember to do the following for releases. (Copy into a GitHub issue)
|
||||||
- [ ] CHANGELOG is written for all new changes
|
- [ ] CHANGELOG is written for all new changes
|
||||||
- [ ] README is updated
|
- [ ] README is updated
|
||||||
- [ ] Samples are updated
|
- [ ] Samples are updated
|
||||||
- [ ] `rake doc`
|
|
||||||
- [ ] Check `sample_regression_spec.rb` regression tests are all enabled (i.e. `overwrite_sample` is commented out)
|
- [ ] Check `sample_regression_spec.rb` regression tests are all enabled (i.e. `overwrite_sample` is commented out)
|
||||||
- [ ] Bump version.rb
|
- [ ] Bump version.rb
|
||||||
- [ ] Do a full rake locally
|
- [ ] Do a full rake locally
|
||||||
- [ ] `rake sanity`, and check visually
|
- [ ] `rake sanity`, and check visually
|
||||||
- [ ] Travis is passing on dev branch
|
- [ ] Travis is passing on dev branch
|
||||||
- [ ] Merge master branch
|
- [ ] Merge master branch
|
||||||
|
- [ ] Push master branch
|
||||||
- [ ] Create GitHub release tag
|
- [ ] Create GitHub release tag
|
||||||
- [ ] `gem push pkg/squib-x.y.z.gem`
|
- [ ] `gem push pkg/squib-x.y.z.gem`
|
||||||
- [ ] Github milestone closed
|
- [ ] Github milestone closed
|
||||||
- [ ] Push `rake doc` to website
|
- [ ] Activate version on squib.readthedocs.org
|
||||||
- [ ] Bump version.rb to the next alpha
|
- [ ] Bump version.rb to the next alpha
|
||||||
- [ ] Publish on BoardGameGeek thread
|
- [ ] Publish on BoardGameGeek thread
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,5 @@ 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.10.0b'
|
VERSION = '0.10.0'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue