Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 774 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 774 Bytes

Package Development Sandbox

NOTE: This branch is for development purposes only.

Develop the package with sandbox branch

  1. Fork the repository.
  2. Clone sandbox branch with submodule.
  3. Develop the package
  4. Test the package with test runnner (Window > Generals > Test Runner)
  5. Commit with a message based on Angular Commit Message Conventions
  6. Create a pull request on GitHub

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