Skip to content

Commit

Permalink
fix: Fixed version control
Browse files Browse the repository at this point in the history
  • Loading branch information
suyanlong committed Oct 19, 2021
1 parent ececfb4 commit 530b9ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
1 change: 0 additions & 1 deletion .github/workflows/automake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
with:
branch: master
extra_plugins: |
conventional-changelog/conventional-changelog-jshint
@google/semantic-release-replace-plugin
@semantic-release/exec
@semantic-release/changelog
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-aligner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
with:
branch: master
extra_plugins: |
conventional-changelog/conventional-changelog-jshint
@google/semantic-release-replace-plugin
@semantic-release/exec
@semantic-release/changelog
Expand Down
14 changes: 2 additions & 12 deletions .releaserc.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
{ "branches": ["master", "next"],
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "jshint"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "jshint"
}
],
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@google/semantic-release-replace-plugin",
{
Expand Down

0 comments on commit 530b9ab

Please sign in to comment.