Skip to content

Commit

Permalink
feat(.releaserc): Add release config
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorDRF02 committed Oct 2, 2024
1 parent 840c4a7 commit c340dcf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn run build
- run: yarn run semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
12 changes: 12 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"pkgRoot": "dist/ngx-dynamic-table-component"
}
]
]
}

0 comments on commit c340dcf

Please sign in to comment.