aliyun-peerconnection-core
v0.5.2
Published
Aliyun RTS PeerConnection Core
Downloads
420
Readme
Aliyun RTS PeerConnection Core
发布说明
请使用 npm script 进行版本发布,会统一打 tag、生成 changelog。
release 工具会基于 semVer 自动识别此次发布是 patch/minor/major,如:
- commit 中只有 fix,则发布 patch(如 2.16.2 -> 2.16.3)
- commit 中有 feat,则发布 minor(如 2.16.2 -> 2.17.0)
- commit 中有 feat!,或者 commit message body 中有 BREAKING CHANGE:,则发布 major(如 2.16.2 -> 3.0.0)
也可以手动指定:
npm run release -- --release-as 2.16.9
- 或者
npm run release -- --release-as 2.16.9-beta.0
提交 commit message 请遵循Conventional Commits,否则无法生成有效的 changelog。