Beta Release
This is a beta release for v0.68.0
.
It includes multiple behavioral changes including the following:
- The
skip
attribute is now merged in from included files. - A secondary
init
is no longer marked as required after an explicitinit
in a clean directory. - The usage of
go-getter
in thescaffold
command was upgraded to leveragev2
. This was done to provide greater compatibility for GitLab users.
Please provide feedback in the form of reactions on this release, and issues to report any problems.
What's Changed
- build(deps): bump webrick from 1.8.1 to 1.8.2 in /docs by @dependabot in #3436
- feat: support merging the "skip" attribute from included files. by @rodrigorfk in #3225
- fix(init): do not require re-init after explicit init on clean directory by @jaymecd in #2949
- feat: Upgrading
go-getter
to v2 in scaffold by @yhakbar in #3455
New Contributors
Full Changelog: v0.67.16...v0.68.0-beta2024100701