Skip to content

Commit

Permalink
fix: bump semantic-release to v2.1.3 to solve dependencies issue
Browse files Browse the repository at this point in the history
  • Loading branch information
favoyang committed Feb 2, 2020
1 parent 30dd56a commit c59b986
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
fetch-depth: 0

- name: semantic-release
uses: cycjimmy/semantic-release-action@v2
uses: cycjimmy/semantic-release-action@v2.1.3
with:
extra_plugins: |
@semantic-release/changelog@3.0.0
@semantic-release/git@7.0.18
@semantic-release/changelog
@semantic-release/git
branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
["@semantic-release/commit-analyzer", { "preset": "angular" }],
"@semantic-release/release-notes-generator",
["@semantic-release/changelog", { "preset": "angular" }],
["@semantic-release/npm", { "npmPublish": false, "pkgRoot": "." }],
["@semantic-release/npm", { "npmPublish": false }],
["@semantic-release/git", {
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
Expand Down
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,5 @@
"url": "https://github.com/favoyang"
},
"repository": "https://github.com/favoyang/unity-addressable-importer.git",
"license": "MIT",
"scripts": {
"semantic-release": "semantic-release"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.6",
"@semantic-release/git": "^7.0.18",
"semantic-release": "^15.14.0"
}
"license": "MIT"
}

0 comments on commit c59b986

Please sign in to comment.