diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,6 +37,8 @@ You can then run License Management on some target directory: $ docker run --rm --volume "/path/to/my/project":/code license-management analyze /code ``` +### Running the tests + You can run the tests from inside a docker container: ```sh @@ -126,7 +128,7 @@ Please check the [Release Process documentation](https://gitlab.com/gitlab-org/s 1. Bump the license management version in [CHANGELOG.md][changelog] and in [version.rb][version_rb] 1. Update the `license_finder` version constraint in the [gemspec][gemspec] 1. Run `bundle update license_finder` -1. Test the changes locally using the `bin/test` script. +1. Test the changes by following the instructions for [running the tests](#running-the-tests) 1. Submit a merge request. # Contributing |
