File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "plugins": [
3
+ "@semantic-release/commit-analyzer",
4
+ "@semantic-release/release-notes-generator",
5
+ ["@semantic-release/github", {
6
+ "assets": [
7
+ {"path": "MLAPI/bin/Release/net35/MLAPI.dll"},
8
+ {"path": "*.unitypackage"}
9
+ ]
10
+ }]
11
+ ]
12
+ }
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ skip_commits:
10
10
files :
11
11
- docs/*
12
12
13
+ skip_tags : true
14
+
13
15
build :
14
16
project : MLAPI.sln
15
17
verbosity : minimal
54
56
test :
55
57
assemblies :
56
58
- ' MLAPI-Tests\bin\Release\*\MLAPI-Tests.dll'
59
+ -
60
+ matrix :
61
+ only :
62
+ - branch : master
63
+ - configuration : Release
64
+ cache :
65
+ - ' %APPDATA%\npm'
66
+ install :
67
+ - npm install -g semantic-release
68
+ deploy_script :
69
+ - semantic-release
57
70
-
58
71
matrix :
59
72
only :
You can’t perform that action at this time.
0 commit comments