FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 93b2006b authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

Merge branch 'add-release-it' into 'main'

chore: configure release-it

See merge request !2
parents 1e488b23 28f64600
No related branches found
Tags 1.2.1
1 merge request!2chore: configure release-it
Pipeline #604549 passed
......@@ -10,6 +10,7 @@ include:
ref: v4.5.0
variables:
USE_MERGE_REQUEST_RELEASE_FLOW: "1"
DAST_DISABLED: "1"
BUILD_DISABLED: "1"
CONTAINER_SCANNING_DISABLED: "1"
{
"git": {
"commitMessage": "chore(release): ${version}"
},
"gitlab": {
"release": true,
"releaseName": "${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"header": "# Changelog",
"preset": {
"name": "conventionalcommits"
}
},
"@release-it/bumper": {
"out": {
"file": "pyproject.toml",
"type": "text/toml",
"path": "tool.poetry.version"
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment