Skip to content
Snippets Groups Projects
Commit 6c9491da authored by stevereis's avatar stevereis
Browse files

feat: Add semantic backmerge for GitFlow compatibility

parent 5c6b2517
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -44,6 +44,7 @@
"@nestjs/cli": "^8.0.0",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.2.2",
"@saithodev/semantic-release-backmerge": "^2.1.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/gitlab": "^7.0.4",
......@@ -118,6 +119,12 @@
}
]
}
],
[
"@saithodev/semantic-release-backmerge",
{
"branches": [{"from": "main", "to": "develop"}]
}
]
],
"branches": [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment