0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-04 13:50:13 -05:00

chore: add release push documentation

This commit is contained in:
Juanfran 2024-07-10 14:49:02 +02:00
parent a59a30c7b0
commit a1174c99a6

View file

@ -32,6 +32,15 @@ This command will:
- Create a new git 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).
### Creating a Preview Version