Skip to content

Commit

Permalink
fix: fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Jan 28, 2020
1 parent f7efa54 commit 0313cfe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion Packages/com.coffee.upm-git-extension/.npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Editor/Coffee.UpmGitExtension.Dev/*
Editor/Coffee.UpmGitExtension.Dev.meta
!Editor/Coffee.UpmGitExtension.Core/*
!Editor/Coffee.UpmGitExtension.Core.meta
14 changes: 7 additions & 7 deletions Packages/com.coffee.upm-git-extension/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/npm",
{
"npmPublish": false,
"tarballDir": "."
}
],
"@semantic-release/git",
[
"@semantic-release/github",
Expand All @@ -20,13 +27,6 @@
]
}
],
[
"@semantic-release/npm",
{
"npmPublish": false,
"tarballDir": "."
}
],
[
"@semantic-release/exec",
{
Expand Down

0 comments on commit 0313cfe

Please sign in to comment.