Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 454 Bytes

maintenance.md

File metadata and controls

27 lines (21 loc) · 454 Bytes

Maintenance

Notes and instructions for maintainers.

Release

$V = 45

git checkout l10n
git pull
git checkout main
git merge --squash l10n
meson compile re.sonny.Workbench-pot -C _build
meson compile re.sonny.Workbench-update-po -C _build
git commit -m 'Update translations'

# Update version
# bump version in meson.build
# add release notes to metainfo
git add meson.build

git commit -m '$V'
git tag '$V'
git push
git push origin $V