-
Notifications
You must be signed in to change notification settings - Fork 125
Contribution
Evgenii Koriakin edited this page Nov 12, 2019
·
20 revisions
- To contribute just create a pull request and describe the changes.
- Clone the repository and install the dependencies wiht
npm install
. - Use
ionic serve
(v3) orng serve
(v4) to run the app that containsionic-selectable
module together with demos.
- Update the version in the
package.json
according to Semantic Versioning. For example, if the release contains breaking changes than major number should be bumped and others reset to 0 - from4.1.6
to5.0.0
. - Run
gulp
from the root folder to prepare an npm package that will be created indist
folder. - Run
npm publish dist
to publish the package to npm. - Create a GitHub tag and describe the changes following the pattern.