Skip to content

Commit e5872d4

Browse files
committed
ci(oyster): upgraded to latest version 3.0.2
1 parent c8678b0 commit e5872d4

File tree

5 files changed

+8
-12
lines changed

5 files changed

+8
-12
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40-
run: npm run semantic-release
40+
run: npm run semantic-release

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ UIElementsSchema/
2222

2323
# Visual Studio cache directory
2424
.vs/
25-
.idea/
2625

2726
# Gradle cache directory
2827
.gradle/
@@ -44,7 +43,6 @@ ExportedObj/
4443
*.mdb
4544
*.opendb
4645
*.VC.db
47-
.vscode/
4846

4947
# Unity3D generated meta files
5048
*.pidb.meta
@@ -53,7 +51,6 @@ ExportedObj/
5351

5452
# Unity3D Generated File On Crash Reports
5553
sysinfo.txt
56-
mono_crash*
5754

5855
# Builds
5956
*.apk

.oyster.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"inventory",
99
"inventory management"
1010
],
11-
"oysterVersion": "3.0.0",
11+
"oysterVersion": "3.0.2",
1212
"packageName": "com.fluid.elastic-inventory",
1313
"packageScope": "com.fluid",
1414
"unityVersion": "2022.2",

.releaserc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"branches": ["master", "main"],
32
"plugins": [
43
"@semantic-release/commit-analyzer",
54
"@semantic-release/release-notes-generator",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"prepare": "husky install"
1313
},
1414
"keywords": [
15-
"unity3d",
16-
"unity package",
17-
"upm",
18-
"inventory",
19-
"inventory management"
20-
],
15+
"unity3d",
16+
"unity package",
17+
"upm",
18+
"inventory",
19+
"inventory management"
20+
],
2121
"repository": {
2222
"type": "git",
2323
"url": "git+https://github.com/ashblue/unity-elastic-inventory.git"

0 commit comments

Comments
 (0)