Skip to content

Commit 2d4e042

Browse files
committed
docs: update readme development
1 parent a2472d3 commit 2d4e042

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.template.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
npm add {{pkgName}}
1515
```
1616

17-
## Publish New Version
17+
## Development
18+
19+
### Publish New Version
1820

1921
You can use [npm version](https://docs.npmjs.com/cli/v10/commands/npm-version) to bump version.
2022

@@ -28,6 +30,6 @@ Push the tag to remote and CI will publish the new version to npm.
2830
git push --follow-tags
2931
```
3032

31-
### CI Publish
33+
### CI Auto Publish
3234

3335
If you want to publish the package in CI, you need to set the `NPM_TOKEN` secrets [in GitHub repository settings](https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository). See how to [create a NPM access token](https://docs.npmjs.com/creating-and-viewing-access-tokens).

0 commit comments

Comments
 (0)