unicef-polymer / etools-app-selector

0 stars 1 forks source link

\<etools-app-selector>

Etools App selector menu

Internationalization

Linting the code

Install local npm packages (run npm install) Then just run the linting task

$ npm run lint

Circle CI

Package will be automatically published after tag push (git tag 1.2.3 , git push --tags). Tag name must correspond to SemVer (Semantic Versioning) rules.
Examples:

Version match Result
1.2.3 match
1.2.3-pre match
1.2.3+build match
1.2.3-pre+build match
v1.2.3-pre+build match
1.2 no match

You can see more details here