使用standard-version进行版本管理
"standard-version": {
"issueUrlFormat": "http://redmine.mei1.info/issues/{{id}}",
"commitUrlFormat": "http://git.mei1.info/yinxianwei/test-version/commit/{{hash}}"
}
"commitUrlFormat": "http://git.mei1.info/yinxianwei/test-version/commit/{{hash}}"
yarn run release
git push –follow-tags origin test
git checkout master && git pull && git merge test && git push
git checkout hotfix && git pull && git merge test && git push
git push --set-upstream origin hotfix
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 yinxianwei!
评论