patriciogonzalezvivo / glsl-pipeline

Prototype complex pipelines directly from a single shader by branching it into stages
MIT License
80 stars 5 forks source link

Hotfix: React "Render Main" Mesh Fix #7

Closed ammein closed 10 months ago

ammein commented 10 months ago
patriciogonzalezvivo commented 10 months ago

thank you!

ammein commented 10 months ago

thank you!

You're welcome! Hope you are not having trouble publishing to npm package by simply running the command from root folder like this:

yarn release

Let me know if you need more assistance 🥳

patriciogonzalezvivo commented 10 months ago

I need to bump the version first, right?

ammein commented 10 months ago

No need to bump it. I already bump the version and added 'changelog' description generated from changeset command. Simply build and publish by running the yarn release command. 😊👍🏻

ammein commented 10 months ago

I also rewritten instructions in CONTRIBUTING.md on how publishing rules works for Owner vs Maintainers. Hopefully this will be standard protocol for all contributors & maintainers whenever they want to release a new package to npmjs by submitting a PR.

patriciogonzalezvivo commented 10 months ago

Thank you!