The Geyser Front-End
- We create a PR to production from staging branch.
We push the latest translation to staging branch, via poEditor console.
- Geyser Project -> Integrations -> Github
- Select languages to update -> Export to Github -> Confirm
- We update the app version in package.json as per Semenatic Versioning 2.0.0
- Hit
yarn changelog
to generate changeset commit messages list to changelog.md. - run
git tag v0.0.0
to the version corresponding to the version in package.json