Files
openfoodnetwork/.github/ISSUE_TEMPLATE/release.md
David Cook 2835265a1e Update release template
The release is now posted automatically, thanks to whomever set that up\!
2023-01-10 10:49:39 +11:00

1.9 KiB

name, about, title, labels, assignees
name about title labels assignees
Release task Track the process of a new release Release v

Preparation on Thursday

Testing

  • Find build of the release commit and copy it below.
  • Move this issue to Test Ready.
  • Notify @testers in #testing.
  • Test build:

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.

  • Nudge next release manager

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