Skip to content
Snippets Groups Projects
Verified Commit 53218a4e authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

build(npm): install and configure semantic-release (node-js)

parent ea375102
No related branches found
No related tags found
1 merge request!10Resolve "switch semantic-release implementation from python to node-js"
This diff is collapsed.
{
"name": "repdav",
"private": true,
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/gitlab": "^7.0.4",
"semantic-release": "^19.0.2"
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "CHANGELOG.md"
}
],
[
"@semantic-release/gitlab",
{
"gitlabUrl": "https://gitlab.gwdg.de",
"assets": [
{
"path": "CHANGELOG.md",
"label": "Changelog"
}
]
}
],
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md"
]
}
]
]
}
}
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