We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6a28f commit 4941dd8Copy full SHA for 4941dd8
README.md
@@ -190,3 +190,12 @@ bin/codeownership validate
190
## Development
191
192
Please add to `CHANGELOG.md` and this `README.md` when you make make changes.
193
+
194
+## Running specs
195
+```sh
196
+bundle install
197
+bundle exec rake
198
+```
199
200
+## Creating a new release
201
+Simply [create a new release](https://github.com/rubyatscale/code_ownership/releases/new) with github. The release tag must match the gem version
0 commit comments