Skip to content

Commit

Permalink
feat(installation): Simplify packaging (#336)
Browse files Browse the repository at this point in the history
* Move Examples to Samples~ to conform to standard

* Update installation instructions

* No longer need to create upm branch

* Examples meta

* Ignore bin meta

* Add development environment config

* Add clone instructions

* fix grmmar

* Fix runtime tests
  • Loading branch information
paulpach committed Aug 23, 2020
1 parent 47e2913 commit 58a0f68
Show file tree
Hide file tree
Showing 360 changed files with 71 additions and 35 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: "3.8"

- name: Install filter-repo
run: pip3 install git-filter-repo

- name: Release
uses: cycjimmy/semantic-release-action@v2
Expand Down
4 changes: 0 additions & 4 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
tagFormat: "${version}-master",
"plugins": [
"@semantic-release/github",
"@semantic-release/release-notes-generator",
Expand All @@ -14,9 +13,6 @@
["@semantic-release/git", {
"assets": ["Assets/Mirror/package.json", "Assets/Mirror/CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
["@semantic-release/exec", {
"publishCmd": "./publish_upm.sh upm ${nextRelease.version}"
}]
]
}
1 change: 1 addition & 0 deletions Assets/Examples
2 changes: 1 addition & 1 deletion Assets/Mirror/Examples.meta → Assets/Examples.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions Assets/Mirror/Samples~/Benchmarks/10k/Mirror.10kBenchmark.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Mirror.10kBenchmark",
"references": [
"GUID:30817c1a0e6d646d99c048fc403f5979"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Mirror.10BenchmarkLight",
"references": [
"GUID:30817c1a0e6d646d99c048fc403f5979"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 58a0f68

Please sign in to comment.