|
|
|
|
@ -3,11 +3,13 @@ Be sure to remember to do the following for releases. (Copy into a GitHub issue)
|
|
|
|
|
- [ ] CHANGELOG is written for all new changes |
|
|
|
|
- [ ] README is updated |
|
|
|
|
- [ ] Samples are updated |
|
|
|
|
- [ ] `rake doc` |
|
|
|
|
- [ ] Check that sample regression tests are all enabled |
|
|
|
|
- [ ] Bump version.rb |
|
|
|
|
- [ ] Do a full rake locally |
|
|
|
|
- [ ] Travis is passing on dev branch |
|
|
|
|
- [ ] Merge master branch |
|
|
|
|
- [ ] Create GitHub release tag |
|
|
|
|
- [ ] `gem push pkg/squib-x.y.z.gem` |
|
|
|
|
- [ ] `rake doc` |
|
|
|
|
- [ ] Push `rake doc` to website |
|
|
|
|
- [ ] Bump version.rb to the next alpha |
|
|
|
|
|