README.md in input_sanitizer-0.3.33 vs README.md in input_sanitizer-0.4.0
- old
+ new
@@ -74,10 +74,16 @@
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
+## Releasing new version of gem
+
+1. Update version [lib/input_sanitizer/version.rb](lib/input_sanitizer/version.rb) and push to `master`
+2. Create new GitHub release with tag name starting with `v` and the version, for example `v0.3.0`
+3. Gem will be automatically built and pushed to rubygems.org with GitHub Action
+
## Copyright and license
-Copyright 2020 Zendesk
+Copyright 2012 Zendesk
Licensed under the [Apache License, Version 2.0](LICENSE)