-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be8a559
commit 5c0feaa
Showing
2 changed files
with
21 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,37 @@ | ||
plugins: | ||
- '@semantic-release/github' | ||
- '@semantic-release/release-notes-generator' | ||
- '@semantic-release/commit-analyzer' | ||
|
||
- - '@semantic-release/exec' | ||
- prepareCmd: "sed -i -e '/AssemblyVersion/s/\".*\"/\"${nextRelease.version}\"/' | ||
source/Runtime/AssemblyInfo.cs" | ||
|
||
- - '@semantic-release/changelog' | ||
- changelogFile: 'source/CHANGELOG.md' | ||
|
||
- - '@semantic-release/npm' | ||
- npmPublish: false | ||
pkgRoot: "source" | ||
|
||
- - '@semantic-release/exec' | ||
- prepareCmd: "unity-packer pack SimpleWebTransport.unitypackage | ||
source Assets/SimpleWebTransport/scripts | ||
LICENSE Assets/SimpleWebTransport/LICENSE" | ||
|
||
- - '@semantic-release/exec' | ||
- prepareCmd: "unity-packer pack SimpleWebTransport_Mirror.unitypackage | ||
source Assets/Mirror/Transports/SimpleWeb | ||
LICENSE Assets/Mirror/Transports/SimpleWeb/LICENSE | ||
Mirror/SimpleWebTransport.cs Assets/Mirror/Transports/SimpleWeb/SimpleWebTransport.cs" | ||
|
||
- - '@semantic-release/git' | ||
- assets: | ||
- 'source/Runtime/AssemblyInfo.cs' | ||
- 'source/package.json' | ||
- 'source/CHANGELOG.md' | ||
|
||
- - "@semantic-release/github" | ||
- assets: | ||
- path: "SimpleWebTransport.unitypackage" | ||
label: "SimpleWebTransport Unity Package" | ||
name: "SimpleWebTransport-${nextRelease.version}.unitypackage" |