mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 20:20:06 +00:00
76c6dcfd763dfdf3351b31da1fbdc7a4b4032a72
# [4.6.0-preview.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.5.2...v4.6.0-preview.1) (2024-01-24) ### Bug Fixes * fix abnormal mesh bounds error ([772bf50](772bf50d16)), closes [#213](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/213) * fix warning ([93d3919](93d3919b6f)) * fix warning ([8a78ec1](8a78ec13ad)) ### Features * "[generated]" GameObjects on the hierarchy is disturbing ([7c42421](7c4242150b)), closes [#288](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/288) * add explicit dependencies ([9a0187a](9a0187a72a)) * add icon ([0c1022c](0c1022c622)) * remove samples ([f53a7fa](f53a7faed3))
🛠 Package Development
NOTE: This branch is for development purposes only.
Develop the Package with the develop Branch
-
Fork the repository.
-
Clone the repository.
-
Checkout
developbranch. -
Develop the package.
-
Test the package with the test runner (
Window > Generals > Test Runner). -
Commit with a message based on Angular Commit Message Conventions as follows:
fix:fix a bugfeat:new featuredocs:changes only in documentationstyle:changes only in formatting, white-space, etcrefactor:changes only in code structure (extract method, rename variable, move method, etc)perf:changes only in code performancetest:add or update testschore:changes to the build process or auxiliary tools and libraries such as documentation generation
-
Create a pull request on GitHub. Fill out the description, link any related issues and submit your pull request.
For details, refer to CONTRIBUTING and CODE_OF_CONDUCT.
How to Release This Package
When you push to the preview, release, or v4.x branch, this package is automatically released by GitHub Action.
Semantic Release is used for automatic release.
- Update the version in
package.json. - Update
CHANGELOG.md. - Commit documents and push.
- Update and tag the UPM branch.
- Release on GitHub.
Publish npm registry
Alternatively, you can release it manually with the following command:
$ cd Packages/src
$ npm run release -- --no-ci
Languages
C#
98.2%
ShaderLab
1.8%