Skip to content

Commit 4941dd8

Browse files
committed
updating readme with release instructions
1 parent 5f6a28f commit 4941dd8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,12 @@ bin/codeownership validate
190190
## Development
191191
192192
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

Comments
 (0)