Aurelia Syncfusion Release Procedure - aurelia-ui-toolkits/aurelia-syncfusion-bridge GitHub Wiki
Executive summary
- gulp prepare-release --bump minor
instead of minor, major|minor|patch|prerelease are also valid options
- push the changes to master
- create release tag in Github (add most important changes, such as breaking changes/added features/fixed bugs to the description from the changelog)
- run
npm publish (note: NPM credentials are required)
Detailed instructions
Introduction