Loading...
Loading...
Compare original and translation side by side
@m1heng-clawd/feishu@m1heng-clawd/feishumainnpm login@m1heng-clawdghmainnpm login@m1heng-clawdghundefinedundefined
Choose bump type: `patch` (bug fixes), `minor` (new features), or `major` (breaking changes).
选择版本更新类型:`patch`(修复bug)、`minor`(新增功能)或`major`(破坏性变更)。npx tsc --noEmitnpx tsc --noEmitgit diff <last-tag>..HEADgh release create v<new-version> --draft --title "v<new-version>" --target main --notes "<release notes markdown>"git diff <last-tag>..HEADgh release create v<new-version> --draft --title "v<new-version>" --target main --notes "<release notes markdown>"package.json"version"<new-version>package.json"version"<new-version>git add package.json
git commit -m "chore: bump version to <new-version>"
git tag v<new-version>
git push && git push --tagsgit add package.json
git commit -m "chore: bump version to <new-version>"
git tag v<new-version>
git push && git push --tagsnpm publishnpm loginnpm publishnpm logingh release edit v<new-version> --draft=falsegh release edit v<new-version> --draft=falseundefinedundefinedundefinedundefinednpm login # re-authenticate
npm whoami # verify logged in
npm publish # retrynpm login # 重新验证身份
npm whoami # 验证登录状态
npm publish # 重试发布git tag -d v<version>
git push origin :refs/tags/v<version>git tag -d v<version>
git push origin :refs/tags/v<version>undefinedundefined