Skip to content

Feature release v0.5.0

Compare
Choose a tag to compare
@davidovich davidovich released this 09 May 02:26
7c3daa4

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 the summon/ submodule path.

  • Scaffolder will call git init to initialize an asset repo for you.

  • Improved Scaffolded README.md