0.0.5-alpha.3 • Published 2 years ago

codegem-machine-icon v0.0.5-alpha.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

pure typescript package

只基于 typescript 的 package 模版

配置 github secrets

在 npm.js 里生成有 publish 权限的 token, 复制到 github 里的 secrets 里。注意,命名和 .github/workflows/publish.yml 里的使用保持一致

指南

// 初次发布版本 npm run release --first-release

// 添加版本信息和指定发布版本等级 npm run release -m "Commit message" -r minor // major: 1.0.0 -> 2.0.0, minor: 1.0.0 -> 1.1.0, patch : 1.0.0 -> 1.0.1

// 确认发布,npm publish 发布到 npm git push --follow-tags origin master && npm publish

0.0.5-alpha.2

2 years ago

0.0.5-alpha.3

2 years ago

0.0.5-alpha.1

2 years ago

0.0.5-alpha.0

2 years ago

0.0.4-alpha.2

2 years ago

0.0.4-alpha.1

2 years ago

0.0.4-alpha.0

2 years ago

0.0.2-alpha.0

2 years ago