README.md in metadata-json-lint-2.3.0 vs README.md in metadata-json-lint-2.4.0
- old
+ new
@@ -61,8 +61,23 @@
* `--[no-]strict-dependencies`: Whether to fail if module version dependencies are open-ended. Defaults to `false`.
* `--[no-]strict-license`: Whether to fail on strict license check. Defaults to `true`.
* `--[no-]fail-on-warnings`: Whether to fail on warnings. Defaults to `true`.
* `--[no-]strict-puppet-version`: Whether to fail if Puppet version requirements are open-ended or no longer supported. Defaults to `false`.
+
+## Make a new release
+
+To make a new release, we need to install the release gem group:
+
+```sh
+bundle install --path .vendor/ --with release
+```
+
+Afterwards export a GitHub access token (otherwise you might run into API rate limits):
+
+```sh
+export CHANGELOG_GITHUB_TOKEN=...
+```
+
## Contributors
A big thank you to the [contributors](https://github.com/voxpupuli/metadata-json-lint/graphs/contributors).