Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 505 Bytes

SETUP.md

File metadata and controls

37 lines (27 loc) · 505 Bytes

Setup

  • Install Ruby 3.2.3
  • bundle install

Build executable

Uses ocran.

./scripts/build.sh

i18n

The gem i18n-tasks is used for quality assurance for i18n.

Useful commands:

bundle exec i18n-tasks health
bundle exec i18n-tasks normalize
bundle exec i18n-tasks unused
bundle exec i18n-tasks remove-unused

Increment version

bumpversion --new-version <version> <major|minor|fix>