Dear Frontender,
My name is Dizzy and I am part of the Bob the builder crew. I am responsible for integrating your frontend assets into Sitecore solutions. In order to work smoothly together, we have to agree on some rules:
Name the release and hotfix branches exactly after this scheme: release/Major.Minor.Patch or hotfix/Major.Minor.Patch. Do not prefix the version number with something like v or release:
Good: release/0.3 release/0.7.0 hotfix/0.5.1 Bad: release/v0.3 hotfix/hotfix-0.5.1
- Make sure the frontend build pushes also assets from feature branches to build-feature
- Make sure build.sh adds the branch name to the generated metadata.json, like in the Gulp-Boilderplate
- Make sure build.sh pushes the
metadata.json
to allbuild-*
branches
Regards,
Dizzy