Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
chore: install required plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
miwurster committed Jan 25, 2022
1 parent fea2d85 commit 4dd4b40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org
- run: npm install -g semantic-release @semantic-release/github @semantic-release/git
- run: npm ci
- uses: cycjimmy/semantic-release-action@v2
env:
Expand Down
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/github",
"@semantic-release/npm",
[
"@semantic-release/git",
Expand All @@ -12,8 +13,7 @@
],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
],
"branches": [
"+([0-9])?(.{+([0-9]),x}).x",
Expand Down

0 comments on commit 4dd4b40

Please sign in to comment.