File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "branches": ["main"],
3
+ "repositoryUrl": "https://github.com/stuttgart-things/sthings-tetris",
4
+ "tagFormat": "v${version}",
5
+ "plugins": [
6
+ [
7
+ "@semantic-release/commit-analyzer",
8
+ {
9
+ "preset": "angular"
10
+ }
11
+ ],
12
+ [
13
+ "@semantic-release/release-notes-generator",
14
+ {
15
+ "preset": "angular"
16
+ }
17
+ ],
18
+ [
19
+ "@semantic-release/changelog",
20
+ {
21
+ "changelogFile": "CHANGELOG.md"
22
+ }
23
+ ],
24
+ [
25
+ "@semantic-release/github",
26
+ {
27
+ "assets": [
28
+ "dist/**/*.{go,mod,sum}",
29
+ "docs/**/*.{pdf,md}"
30
+ ]
31
+ }
32
+ ],
33
+ [
34
+ "@semantic-release/git",
35
+ {
36
+ "assets": ["CHANGELOG.md", "go.mod", "go.sum"],
37
+ "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
38
+ }
39
+ ]
40
+ ]
41
+ }
You can’t perform that action at this time.
0 commit comments