mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-06 14:50:21 -05:00
chore: add release push documentation
This commit is contained in:
parent
a59a30c7b0
commit
a1174c99a6
1 changed files with 9 additions and 0 deletions
|
@ -32,6 +32,15 @@ This command will:
|
||||||
- Create a new git tag
|
- Create a new git tag
|
||||||
- Publish to NPM with the `latest` tag
|
- Publish to NPM with the `latest` tag
|
||||||
|
|
||||||
|
Ensure everything is correct before proceeding with the git push. Once verified, execute the following commands:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git push
|
||||||
|
git push origin v0.0.0
|
||||||
|
```
|
||||||
|
|
||||||
|
Replace v0.0.0 with the new version number.
|
||||||
|
|
||||||
For detailed information, refer to the [Nx Release Documentation](https://nx.dev/recipes/nx-release/get-started-with-nx-release).
|
For detailed information, refer to the [Nx Release Documentation](https://nx.dev/recipes/nx-release/get-started-with-nx-release).
|
||||||
|
|
||||||
### Creating a Preview Version
|
### Creating a Preview Version
|
||||||
|
|
Loading…
Reference in a new issue