openfoodnetwork icon indicating copy to clipboard operation
openfoodnetwork copied to clipboard

Release v4.4.34

Open dacook opened this issue 5 months ago • 0 comments

1. Preparation on Thursday

  • [x] Merge pull requests in the Ready To Go column
  • [x] Include translations: script/release/update_locales
  • [x] Increment version number: git push upstream HEAD:refs/tags/vX.Y.Z
    • Major: if server changes are required (eg. provision with ofn-install)
    • Minor: larger change that is irreversible (eg. migration deleting data)
    • Patch: all others. Shortcut: script/release/tag
  • [x] Draft new release. Look at previous releases for inspiration.
    • Select new release tag
    • Generate release notes and check to ensure all items are arranged in the right category.
  • [x] Notify #instance-managers of user-facing :eyes:, API :warning: and experimental :construction: changes.

2. Testing

3. Finish on Tuesday

  • [ ] Publish and notify #global-community (this is automatically posted with a plugin)
  • [ ] Deploy the new release to all managed instances.
    Command line instructions
    cd ofn-install
    git pull
    ansible-playbook --limit all_prod --extra-vars "git_version=vX.Y.Z" playbooks/deploy.yml
    
  • [ ] Notify #instance-managers:

    @instance_managers The new release has been deployed.

  • [ ] Create issue for next release and confirm with next release manager in #core-devs.

The full process is described at https://github.com/openfoodfoundation/openfoodnetwork/wiki/Releasing.

dacook avatar Mar 11 '24 22:03 dacook