casdoor / casdoor-vue-sdk

Vue client SDK for Casdoor
https://github.com/casdoor/casdoor
Apache License 2.0
15 stars 10 forks source link

fix: Duplicated plugins of 'semantic-release' leading the failure of CI/CD. #15

Closed DevRickLin closed 2 years ago

DevRickLin commented 2 years ago

Description

Remove duplicated and useless plugins in the releaserc.json.

Motivation and Context

In PR#13, the plugin @semantic-release/npm was added to publish the converted product of sources, but the old one didn't remove. Meanwhile, the plugin @semantic-release/git was useless and should be removed.

How Has This Been Tested?

I have tested it with yarn run semantic-release --dry-run to confirm that there aren't duplicating "@semantic-release/npm" steps anymore.

Relating issue

Fix: https://github.com/casdoor/casdoor-vue-sdk/issues/14

casbin-bot commented 2 years ago

@seriouszyx @ComradeProgrammer @Resulte please review

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: