Skip to content

Commit 7024b3c

Browse files
authored
Merge pull request #1 from ashblue/feature/package-conversion
Feature/package conversion
2 parents af079c5 + 0805a04 commit 7024b3c

File tree

309 files changed

+9948
-1722
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

309 files changed

+9948
-1722
lines changed

.releaserc

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"plugins": [
3+
"@semantic-release/commit-analyzer",
4+
"@semantic-release/release-notes-generator",
5+
"@semantic-release/changelog",
6+
[
7+
"@semantic-release/exec",
8+
{
9+
"verifyConditionsCmd": "npm run build",
10+
"prepareCmd": "npm run build"
11+
}
12+
],
13+
"@semantic-release/git",
14+
[
15+
"@semantic-release/npm",
16+
{
17+
"pkgRoot": "dist"
18+
}
19+
],
20+
[
21+
"@semantic-release/github",
22+
{
23+
"assets": [
24+
{
25+
"path": "dist.zip",
26+
"label": "Package Build"
27+
}
28+
]
29+
}
30+
]
31+
]
32+
}

.travis.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
node_js:
3+
- "node"
4+
install:
5+
- npm install
6+
script:
7+
- commitlint-travis
8+
- npm run build
9+
- npm run semantic-release
10+
deploy:
11+
- provider: script
12+
skip_cleanup: true
13+
script: bash publish-nightly.sh
14+
on:
15+
branch: develop

Assets/Examples/BasicConversation/ExampleConversation.asset

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ MonoBehaviour:
410410
- {fileID: -1807495471838374980}
411411
- {fileID: -7347677369531188231}
412412
root: {fileID: 426936237664981933}
413-
scrollPosition: {x: 51148.676, y: 50105}
413+
scrollPosition: {x: 51823.676, y: 50046}
414414
--- !u!114 &373158185418196577
415415
MonoBehaviour:
416416
m_ObjectHideFlags: 0

Assets/Examples/ChoiceVsNodeTest.asset

-191
This file was deleted.

Assets/Examples/ChoiceVsNodeTest.asset.meta

-8
This file was deleted.

0 commit comments

Comments
 (0)