Skip to content

Commit 8c4c4cb

Browse files
committed
docs: standardize README release details
1 parent 7276e85 commit 8c4c4cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ npm run compile
183183
## Release
184184

185185
```bash
186-
npm publish
186+
npm run prepublishOnly
187187
```
188188

189-
The `prepublishOnly` script runs `npm run compile && rc-np` before publishing.
189+
The release flow is handled by `@rc-component/np` through the `rc-np` command after the package build.
190190

191191
## License
192192

193-
`@rc-component/tree-select` is released under the MIT license.
193+
@rc-component/tree-select is released under the [MIT](./LICENSE.md) license.

0 commit comments

Comments
 (0)