Skip to content

Commit

Permalink
fix: use semantic-release/npm
Browse files Browse the repository at this point in the history
  • Loading branch information
PH1P5 committed Dec 20, 2024
1 parent f92c1e3 commit 17e50e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cctron",
"version": "1.0.0",
"version": "1.1.0",
"description": "A cross-platform client which understands cctray xml spec",
"scripts": {
"build": "tsc && copyfiles assets/* dist && copyfiles config.json dist/ && copyfiles -u 1 src/ipc/* dist",
Expand Down
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
'@semantic-release/npm',
["@semantic-release/git", {
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
Expand Down

0 comments on commit 17e50e8

Please sign in to comment.