Skip to content

Commit

Permalink
fix: test7
Browse files Browse the repository at this point in the history
  • Loading branch information
phondani0 committed Aug 15, 2024
1 parent 22dee60 commit e25de71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ analyzeCommits:

prepare:
- path: "@semantic-release/exec"
cmd: "npm --git-tag-version=false version ${nextRelease.version} --silent"
cmd: "npm --git-tag-version=false version ${nextRelease.version}"

- path: "@semantic-release/exec"
cmd: "git add package.json && git status && git commit -m 'chore: update package.json version to ${nextRelease.version}'"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-serve-dev",
"displayName": "Vite Serve - dev",
"description": "An extension designed to streamline your React development workflow by starting your existing projects with Vite with no extra configuration.",
"version": "1.0.4",
"version": "1.0.0",
"publisher": "phondani0",
"engines": {
"vscode": "^1.8.0"
Expand Down

0 comments on commit e25de71

Please sign in to comment.