NOTE: This branch is for development purposes only.
To use a released package, see Releases page or default branch.
- Fork the repository and create your branch from
sandbox. - Open the project and enable
Csc Settings > Develop Mode

- Develop the package
- CSharpCompilerSettings:
Assets/CSharpCompilerSettings- This assembly is included in the package.
- Publish as dll automatically to
Packages/CSharpCompilerSettings/Plugins
- CSharpCompilerSettings.Dev:
Assets/CSharpCompilerSettings/Dev- This assembly is not included in the package.
- CSharpCompilerSettings.Editor:
Packages/CSharpCompilerSettings/Editor- This assembly is included in the package.
- Click
Window > Generals > Test Runnerto test - Commit with Angular Commit Message Conventions
- Create pull request
For details, see CONTRIBUTING and CODE_OF_CONDUCT.
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:
$ node run release -- --no-ci