Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 17:22
1e7df42

2.0.0-beta.1 (2024-07-30)

Bug Fixes

  • deps: updated the core package and verified plugin compatibility w/ the form8ion plugin schema (ddf6c48)

Features

  • account: owner is no longer accepted as scaffolder input, prompt for it instead (524bf14)
  • host: set the host detail in the vcs results (3d327b1)
  • owner: return the provided owner as a vcs result detail (594afde)
  • project-name: expect project-name as input rather than repository-name (eea11e0)
  • 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 owner input to the scaffolder.
    instead the prompt dependency is required and is used to prompt for this detail as input
  • project-name: projectName is expected as input instead of name, which previously meant
    repository name
  • vcs: repository details are now nested under the vcs results object