Skip to content

Commit

Permalink
Configure semantic-release for version calculation only
Browse files Browse the repository at this point in the history
  • Loading branch information
kchiranjewee63 committed Aug 7, 2024
1 parent c3dcbb0 commit ee2a13a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/version-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Install Dependencies
run: |
npm install -g semantic-release
npm install -g semantic-release @semantic-release/commit-analyzer
npm list -g semantic-release
- name: Verify Installation
Expand Down
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
],
"plugins": [
"@semantic-release/commit-analyzer"
]
],
"dryRun": true
}

0 comments on commit ee2a13a

Please sign in to comment.