From 35efef6f51d07bce50c4e653e01af2892eb58362 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Wed, 31 Dec 2014 10:39:06 -0500 Subject: [PATCH] Fixing RELEASE TODO for github issues --- RELEASE TODO.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/RELEASE TODO.md b/RELEASE TODO.md index 2cc67c4..faa196c 100644 --- a/RELEASE TODO.md +++ b/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