Skip to content

Releases: form8ion/github

v2.0.0

03 Aug 22:10
5aeae5d
Compare
Choose a tag to compare

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 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

v2.0.0-beta.4

01 Aug 23:04
515bff3
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

2.0.0-beta.4 (2024-08-01)

Features

  • prompt-constants: expose constant for question name (515bff3)

v2.0.0-beta.3

01 Aug 22:30
303b74e
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2024-08-01)

Features

  • prompt-constants: exposed a constant for the prompt ID (303b74e)

v2.0.0-beta.2

01 Aug 03:17
ed1a8b7
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2024-08-01)

Bug Fixes

  • deps: updated to the latest repo-settings plugin (ed1a8b7)

v2.0.0-beta.1

30 Jul 17:22
1e7df42
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

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

v2.0.0-alpha.7

30 Jul 16:08
ddf6c48
Compare
Choose a tag to compare
v2.0.0-alpha.7 Pre-release
Pre-release

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

30 Jul 15:32
524bf14
Compare
Choose a tag to compare
v2.0.0-alpha.6 Pre-release
Pre-release

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 the prompt dependency is required and is used to prompt for this detail as input

v2.0.0-alpha.5

30 Jul 03:01
594afde
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release

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

30 Jul 02:54
3d327b1
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release

2.0.0-alpha.4 (2024-07-30)

Features

  • host: set the host detail in the vcs results (3d327b1)

v2.0.0-alpha.3

29 Jul 21:16
0b30aeb
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

2.0.0-alpha.3 (2024-07-29)

Features

  • repository-name: return the name of the created repository as part of vcs results (0b30aeb)