v2.0.0
·
1057 commits
to master
since this release
2.0.0 (2024-08-03)
Bug Fixes
- deps: updated the core package and verified plugin compatibility w/ the form8ion plugin schema (ddf6c48)
- deps: updated to the latest repo-settings plugin (ed1a8b7)
Features
- account: owner is no longer accepted as scaffolder input, prompt for it instead (524bf14)
- host: set the
hostdetail in the vcs results (3d327b1) - owner: return the provided
owneras a vcs result detail (594afde) - project-name: expect project-name as input rather than repository-name (eea11e0)
- prompt-constants: expose constant for question name (515bff3)
- prompt-constants: exposed a constant for the prompt ID (303b74e)
- repository-name: return the name of the created repository as part of vcs results (0b30aeb)
- vcs: nested repository-details under the vcs results object (75ccb59)
BREAKING CHANGES
- account: vcs-host account is no longer accepted as the
ownerinput to the scaffolder.
instead thepromptdependency is required and is used to prompt for this detail as input - project-name:
projectNameis expected as input instead ofname, which previously meant
repository name - vcs: repository details are now nested under the
vcsresults object