Skip to content

Starting a new version

George Dawoud edited this page Nov 12, 2023 · 3 revisions
  1. Create a new branch -> build\5.2.2

  2. Rev to the new version

system-dev:CRM dawoudio$ python3 scripts/startNewRelease.py 5.2.2 Starting build: 5.2.2 package.json current version: 5.2.1 package.json updated to version: 5.2.2 src/composer.json current version: 5.2.1 src/composer.json updated to version: 5.2.2 Current DB version: 5.2.1

  1. Update the demo db to the same version

  2. Copy the release notes from the last version to the changelog.md

  3. Update locale files

  • start docker to ensure we have the DB running
  • run npm run locale-gen
  • upload churchcrm/CRM/locale/messages.po to poeditor with new tag

image

  • run npm run locale-download
Clone this wiki locally