summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2020-07-02 09:12:22 +0000
committerCan Eldem <celdem@gitlab.com>2020-07-02 09:12:22 +0000
commit11c7187a0b9c290437d90af2d53b4d06ae8f4232 (patch)
treee4a85d6f6030ea15637e1de9d7b853404c695c84 /README.md
parent2b8b49ae9fcd960beb0c639f241ce20690e7c7b0 (diff)
parenta46f75c1caef17519a425d1dcd3ac7687ea6622e (diff)
Merge branch 'aeroscan-nl/license-management-upgrade_license_finder' into 'master'v3.13.0
Upgrade LicenseFinder to 6.6.0 See merge request gitlab-org/security-products/license-management!166
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