Skip to content

Current Release Process

Mathias Gelhausen edited this page Feb 3, 2020 · 2 revisions

To release a yawik version, the following actions needs to be taken:

  • All features/commits must be merged in the master branch.

  • The version constant in module/Core/src/Module.php must be adjusted.
    This should be done in a dedicated commit named "Release [version-number]" - This will be the tagged commit.

  • The subsplit command from the release tools must be run
    bin/console subsplit --heads=master

    This will synchronize the master branch across the module packages.

  • The release command must be run
    bin/console release <tag> --message=<release-mesage>

Clone this wiki locally