-
Notifications
You must be signed in to change notification settings - Fork 0
Releasing a module
Romain Tartière edited this page Sep 3, 2020
·
1 revision
This process is WIP and expected to be adjusted.
- Update the module version
- Update the ChangeLog
FUTURE_VERSION=xxx bundle exec rake changelog
- Ensure the documentation is up-to-date
bundle exec rake strings:generate:reference
(should be enforced by CI) - Open a Pull-Request with these changes, ensure the test suite succeeds
- Tag and push the new release