summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-07-02 09:12:22 +0000
committerCan Eldem <celdem@gitlab.com>2020-07-02 09:12:22 +0000
commita46f75c1caef17519a425d1dcd3ac7687ea6622e (patch)
treee4a85d6f6030ea15637e1de9d7b853404c695c84 /README.md
parent2b8b49ae9fcd960beb0c639f241ce20690e7c7b0 (diff)
Update version, CHANGELOG and README
* Install license_finder ~> 6.6 into default gems
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index efe41b9..930c23b 100644
--- a/README.md
+++ b/README.md
@@ -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