Feature release v0.5.0
New in this release:
-
Scaffolder no longer adds
summon/go.mod
which simplifies asset repo tagging (go module submodules is a special case that is not needed). We instead add go.mod to the root of the asset repo, making it a standard go module. Tagging is simpler, you no longer need to prefix the tag with thesummon/
submodule path. -
Scaffolder will call
git init
to initialize an asset repo for you. -
Improved Scaffolded README.md