We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5353c45 commit b2bbbd9Copy full SHA for b2bbbd9
.releaserc
@@ -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