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:
1010 files :
1111 - docs/*
1212
13+ skip_tags : true
14+
1315build :
1416 project : MLAPI.sln
1517 verbosity : minimal
5456 test :
5557 assemblies :
5658 - ' 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
5770-
5871 matrix :
5972 only :
You can’t perform that action at this time.
0 commit comments