Skip to content

Commit b2bbbd9

Browse files
committed
ci: Add configurations for semantic release
1 parent 5353c45 commit b2bbbd9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.releaserc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"branches": ["main"],
3+
4+
"plugins": [
5+
"@semantic-release/commit-analyzer",
6+
"@semantic-release/release-notes-generator",
7+
["semantic-release-plugin-csproj", {
8+
"projectFile": "src/PowerUtils.Geolocation.csproj"
9+
}],
10+
"@semantic-release/changelog",
11+
"@semantic-release/github",
12+
"@semantic-release/git",
13+
{
14+
"path": "@semantic-release/git",
15+
"assets": [
16+
"CHANGELOG.md",
17+
"src/**.csproj"
18+
],
19+
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
20+
}
21+
]
22+
}

0 commit comments

Comments
 (0)