# UnmaskForUGUI **Repository Path**: aagone/UnmaskForUGUI ## Basic Information - **Project Name**: UnmaskForUGUI - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README (DEVELOP) UnmaskForUGUI === **NOTE: This branch is for development purposes only.** **To use a released package, see [Releases page](https://github.com/mob-sakai/UnmaskForUGUI/releases) or [default branch](https://github.com/mob-sakai/UnmaskForUGUI).** ## How to develop this package 1. Fork the repository and create your branch from `develop` 4. Develop the package 6. Commit with a message based on [Angular Commit Message Conventions](https://gist.github.com/stephenparish/9941e89d80e2bc58a153) 7. Create a pull request on GitHub For details, see [CONTRIBUTING](https://github.com/mob-sakai/UnmaskForUGUI/blob/upm/CONTRIBUTING.md) and [CODE_OF_CONDUCT](https://github.com/mob-sakai/UnmaskForUGUI/blob/upm/CODE_OF_CONDUCT.md). ## How to release this package When you push to `preview`, `master` or `v1.x` branch, this package is automatically released by GitHub Action. * Update version in `package.json` * Update CHANGELOG.md * Commit documents and push * Update and tag upm branch * Release on GitHub * ~~Publish npm registory~~ Alternatively, you can release it manually with the following command: ```bash $ npm run release -- --no-ci ```