提交 0a0702f8 编写于 作者: M meteorlxy

build: push changelog commit in release script

上级 10ab1a6c
......@@ -128,6 +128,7 @@ const release = async () => {
await execa('git', ['add', '-A'], { stdio: 'inherit' })
await execa('git', ['commit', '-m', `chore: version ${version} changelog`], { stdio: 'inherit' })
await execa('git', ['push', 'origin', 'master'], { stdio: 'inherit' })
}
release().catch(err => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册