Aurelia Syncfusion Release Procedure - aurelia-ui-toolkits/aurelia-syncfusion-bridge GitHub Wiki

Executive summary

  1. gulp prepare-release --bump minor
    instead of minor, major|minor|patch|prerelease are also valid options
  2. push the changes to master
  3. create release tag in Github (add most important changes, such as breaking changes/added features/fixed bugs to the description from the changelog)
  4. run npm publish (note: NPM credentials are required)

Detailed instructions

Introduction