Skip to main content

Release

Follow the steps below to release a new version of the Vortex:

  1. Run renovate bot locally to update all dependencies outside of the schedule:
renovate --schedule= --force-cli=true drevops/vortex
  1. Update container images to the latest versions and check that @see links are working.
  2. Update PHP version in composer.json for config.platform.
  3. Update PHP version in phpcs.xml for testVersion.
  4. Update PHP version in phpstan.neon for phpVersion. Run php -r "echo PHP_VERSION_ID . PHP_EOL;" in the container to get the current PHP version.
  5. Increment minor version of all packages in composer.json. Run composer update -W && composer bump.
  6. Update minor version of dependencies in theme's package.json.
  7. Increment the cache version in .circleci/config.yml.
  8. Updated documentation with cd .vortex && ahoy update-docs.