Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs about releasing translations #586

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/contributing/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ This automation will also delete all the outdated release note files from the `u
- `packages/api/package.json`
- `packages/desktop-client/package.json`
- `packages/desktop-electron/package.json`
2. Open the pull request, the release notes workflow will run and collate the release notes into a comment in the PR.
3. The PR can now be marked as ready for review.
2. Update the translations by running `git submodule update --remote` and committing the result.
3. Open the pull request, the release notes workflow will run and collate the release notes into a comment in the PR.
4. The PR can now be marked as ready for review.

### actual-server
1. Bump the version in `package.json`
Expand Down
Loading