1.0.25 • Published 6 months ago

@travelport-czech/ss-translations-tools v1.0.25

Weekly downloads
62
License
MIT
Repository
github
Last release
6 months ago

ss-translations-tools

Export and import tools for ss-translations

Install

> npm install @travelport-czech/ss-translations-tools

Export and Import to/from Excel

example in /tests/translateExport.test.ts and /tests/translateImport.test.ts

Prepare development environment

Clone project

> git clone ...

Install dependencies

> npm install

Run tests

> npm run test

Version release workflow

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.

Publish

Login to NPM and run:

npm publish --access public
1.0.22

6 months ago

1.0.21

6 months ago

1.0.20

6 months ago

1.0.25

6 months ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.13

3 years ago

1.0.11

3 years ago