Export and import tools for ss-translations
> npm install @travelport-czech/ss-translations-tools
example in /tests/translateExport.test.ts
and /tests/translateImport.test.ts
Clone project
> git clone ...
Install dependencies
> npm install
Run tests
> npm run test
Version is automatically changed if the master branch is changed
- Based on the commit messages, increment the version from the lastest release. If the string "BREAKING CHANGE" is found anywhere in any of the commit messages or descriptions the major version will be incremented.
- If a commit message begins with the string "feat" then the minor version will be increased. This works for most common commit metadata for feature additions: "feat: new API" and "feature: new API".
- All other changes will increment the patch version.
Login to NPM and run:
npm publish --access public