Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GitLab.org
security-products
analyzers
license-finder
Commits
8799e669
Verified
Commit
8799e669
authored
Oct 16, 2019
by
mo
Browse files
Add documentation on how to release new versions
parent
3bbac84b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
README.md
README.md
+17
-0
No files found.
README.md
View file @
8799e669
...
...
@@ -106,6 +106,23 @@ to the docker command.
## Versioning and release process
1.
Create a new entry in the
`.gitlab-ci.yml`
file for the new version to release.
```yaml
12-x-stable:
extends: .release
variables:
DOTENV: ".env.12-x-stable"
```
2.
Create a new
`.env.*`
that corresponds to the version to release and specify the default configuration.
```text
FEATURE_RUBY_REPORT 'true'
LM_REPORT_VERSION '2.0'
LM_V1_CANONICALIZE 'true'
```
Please check the
[
Release Process documentation
](
https://gitlab.com/gitlab-org/security-products/release/blob/master/docs/release_process.md
)
.
# Contributing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment