Browse Source

Fixing RELEASE TODO for github issues

dev
Andy Meneely 11 years ago
parent
commit
35efef6f51
  1. 22
      RELEASE TODO.md

22
RELEASE TODO.md

@ -1,13 +1,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
[ ] Check that sample regression tests are updated
[ ] Bump version.rb
[ ] Do a full rake locally
[ ] Travis is passing on dev branch
[ ] `gem push pkg/squib-x.y.z.gem`
[ ] `rake doc`
[ ] Push `rake doc` to website
[ ] Bump version.rb to the next alpha
- [ ] CHANGELOG is written for all new changes
- [ ] README is updated
- [ ] Samples are updated
- [ ] Check that sample regression tests are updated
- [ ] Bump version.rb
- [ ] Do a full rake locally
- [ ] Travis is passing on dev branch
- [ ] `gem push pkg/squib-x.y.z.gem`
- [ ] `rake doc`
- [ ] Push `rake doc` to website
- [ ] Bump version.rb to the next alpha

Loading…
Cancel
Save