You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>