Skip to content

Commit db581df

Browse files
authored
build(release): refine semantic-release rules (#218)
- add a no-release exception for build commits scoped to dev - treat docs(readme) commits as patch releases alongside docs(readme.md) - keep release classification aligned with current commit scope conventions
1 parent 137d3b9 commit db581df

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.releaserc.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ analyzeCommits:
1919
releaseRules:
2020
- type: build
2121
release: patch
22-
- type: ci
22+
- type: build
23+
scope: dev
24+
release: false
25+
- type: docs
2326
release: patch
27+
scope: readme
2428
- type: docs
2529
release: patch
2630
scope: readme.md

0 commit comments

Comments
 (0)