README.md in chemistrykit-2.0.0 vs README.md in chemistrykit-2.1.0
- old
+ new
@@ -54,5 +54,16 @@
rake build
### Run the local version of the executable:
ckit
+
+##Releaseing
+The release process is rather automated, just use one rake task with the new version number:
+
+ rake release_start['2.1.0']
+
+And another to finish the release:
+
+ rake release_finish['A helpful tag message that will be included in the gemspec.']
+
+This handles updating the change log, committing, and tagging the release.