Skip to content

Commit

Permalink
release: v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MuyianKing committed Nov 6, 2024
1 parent 1fcdf26 commit 3a028c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ function publish() {
console.log('error1', error)

const version = `v${_config.version}`

console.log(`git push && git tag ${version} && git push origin ${version}`)

child_process.exec(`git commit -m"release: ${version}"`, (error) => {
console.log('error2', error)

Expand Down

0 comments on commit 3a028c7

Please sign in to comment.