Skip to content
Snippets Groups Projects
Commit 2485ff13 authored by singapore's avatar singapore Committed by GitHub
Browse files

chore: add semantic-release release rules

parent b5870d90
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,13 @@ ...@@ -140,6 +140,13 @@
] ]
}, },
"release": { "release": {
"verifyConditions": "condition-circle" "verifyConditions": "condition-circle",
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{"type": "docs", "scope": "readme.md", "release": "patch"},
{"type": "refactor", "release": "patch"}
]
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment