Releases: form8ion/github
Releases · form8ion/github
v2.0.0
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
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)
- 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
owner
input to the scaffolder.
instead theprompt
dependency is required and is used to prompt for this detail as input - project-name:
projectName
is expected as input instead ofname
, which previously meant
repository name - vcs: repository details are now nested under the
vcs
results object
v2.0.0-beta.4
v2.0.0-beta.3
v2.0.0-beta.2
v2.0.0-beta.1
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 theprompt
dependency is required and is used to prompt for this detail as input - project-name:
projectName
is expected as input instead ofname
, which previously meant
repository name - vcs: repository details are now nested under the
vcs
results object
v2.0.0-alpha.7
2.0.0-alpha.7 (2024-07-30)
Bug Fixes
- deps: updated the core package and verified plugin compatibility w/ the form8ion plugin schema (ddf6c48)
v2.0.0-alpha.6
2.0.0-alpha.6 (2024-07-30)
Features
- account: owner is no longer accepted as scaffolder input, prompt for it instead (524bf14)
BREAKING CHANGES
- account: vcs-host account is no longer accepted as the
owner
input to the scaffolder.
instead theprompt
dependency is required and is used to prompt for this detail as input
v2.0.0-alpha.5
2.0.0-alpha.5 (2024-07-30)
Features
- owner: return the provided
owner
as a vcs result detail (594afde)
v2.0.0-alpha.4
v2.0.0-alpha.3
2.0.0-alpha.3 (2024-07-29)
Features
- repository-name: return the name of the created repository as part of vcs results (0b30aeb)