Skip to content

Commit

Permalink
docs(ts): add release-it reference information
Browse files Browse the repository at this point in the history
  • Loading branch information
wang1212 committed Jul 29, 2023
1 parent bad1e2c commit efba068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ npm run release -- --dry-run
npm publish # npm publish --access public
```

_These jobs are done with the help of [standard-version](https://github.com/conventional-changelog/standard-version) tool provided by the community._
_These jobs are done with the help of [release-it](https://github.com/release-it/release-it) tool provided by the community._

## License

Expand Down
2 changes: 1 addition & 1 deletion templates/typescript/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ npm run release -- --dry-run
npm publish # npm publish --access public
```

_这些工作是在社区提供的 [standard-version](https://github.com/conventional-changelog/standard-version) 工具的帮助下完成的。_
_这些工作是在社区提供的 [release-it](https://github.com/release-it/release-it) 工具的帮助下完成的。_

## 许可

Expand Down

0 comments on commit efba068

Please sign in to comment.