@@ -44,6 +44,20 @@ Note that LabKit-Ruby uses the [`rufo`](https://github.com/ruby-formatter/rufo)
Please also review the [development section of the LabKit (go) README](https://gitlab.com/gitlab-org/labkit#developing-labkit) for details of the LabKit architectural philosophy.
To work on some of the scripts we use for releasing a new version,
make sure to add a new `.env.sh`.
```console
cp .env.example.sh .env.sh`
```
Inside `.env.sh`, add a personal acccess token for the `GITLAB_TOKEN`
environment variable. Next source the file:
```console
. .env.sh
```
### Releasing a new version
Releasing a new version can be done by pushing a new tag, or creating