Skip to content

Commit

Permalink
💥 feat!: VPM Support
Browse files Browse the repository at this point in the history
  • Loading branch information
esnya committed May 22, 2022
1 parent 029072c commit 61184c2
Show file tree
Hide file tree
Showing 861 changed files with 57 additions and 80 deletions.
10 changes: 0 additions & 10 deletions .github/scripts/before-release.sh

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/create-unitypackage.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/vpm-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: VPM Version

on:
- push

jobs:
vpm-version:
needs: prebuild
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install semantic-release @semantic-release/github @semantic-release/exec semantic-release-gitmoji @semantic-release/npm @semantic-release/git

- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

10 changes: 4 additions & 6 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
plugins:
- semantic-release-gitmoji
- - '@semantic-release/exec'
- verifyReleaseCmd: ./.github/scripts/before-release.sh ${nextRelease.version}
- - '@semantic-release/github'
- assets:
- path: dist/
- "@semantic-release/npm"
- - "@semantic-release/npm"
- npmPublish: false
pkgRoot: /Packages/com.nekometer.esnya.inari-udon
- "@semantic-release/github"
- "@semantic-release/git"
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.
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.
Loading

0 comments on commit 61184c2

Please sign in to comment.