README.md in table_creator-0.1.1 vs README.md in table_creator-0.2.0
- old
+ new
@@ -1,10 +1,26 @@
Table Creator
=============
+[](http://badge.fury.io/rb/table_creator)
+[](https://github.com/sealink/table_creator/actions)
+
# DESCRIPTION
Various helpers to enter data in a tabular form and export to HTML/CSV
# USAGE
See tests in spec folder for basic usage
+
+
+# RELEASE
+
+To publish a new version of this gem the following steps must be taken.
+
+* Update the version in the following files
+ ```
+ CHANGELOG.md
+ lib/table_creator/version.rb
+ ````
+* Create a tag using the format v0.1.0
+* Follow build progress in GitHub actions