Merge pull request #4 from caos/fforootd-patch-1
chore:change semantic release
This commit is contained in:
commit
ee08608bf1
2 changed files with 4 additions and 11 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
needs: [test, build]
|
needs: [test, build]
|
||||||
steps:
|
steps:
|
||||||
- name: Semantic Release
|
- uses: brpaz/action-semantic-release@v1
|
||||||
uses: cycjimmy/semantic-release-action@v2
|
with:
|
||||||
env:
|
dry_run: "false"
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
branch: master
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
module.exports = {
|
|
||||||
branch: 'master',
|
|
||||||
plugins: [
|
|
||||||
"@semantic-release/commit-analyzer",
|
|
||||||
"@semantic-release/release-notes-generator"
|
|
||||||
]
|
|
||||||
};
|
|
Loading…
Add table
Add a link
Reference in a new issue