Skip to content

Aurelia Syncfusion Release Procedure

Nikolaj Ivancic edited this page May 25, 2016 · 1 revision

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

Clone this wiki locally