Skip to content

Releasing a module

Romain Tartière edited this page Sep 3, 2020 · 1 revision

This process is WIP and expected to be adjusted.

  1. Update the module version
  2. Update the ChangeLog FUTURE_VERSION=xxx bundle exec rake changelog
  3. Ensure the documentation is up-to-date bundle exec rake strings:generate:reference (should be enforced by CI)
  4. Open a Pull-Request with these changes, ensure the test suite succeeds
  5. Tag and push the new release
Clone this wiki locally