Skip to content

codegem-z/codegem-tools

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published