Skip to content

Releases: form8ion/github-workflows-core

v5.4.0

26 Aug 18:35
43316a6
Compare
Choose a tag to compare

5.4.0 (2024-08-26)

Features

  • rename-workflow: expose a function for renaming a workflow file in the workflows directory (43316a6)

v5.3.0

26 Aug 16:07
87dcc42
Compare
Choose a tag to compare

5.3.0 (2024-08-26)

Features

  • workflow-file: expose a function to check for existence of a workflow file (87dcc42)

v5.2.0

26 Aug 04:40
17e7b65
Compare
Choose a tag to compare

5.2.0 (2024-08-26)

Features

  • load-workflow-file: expose loader for named workflow files (17e7b65)

v5.1.0

25 Aug 13:37
b77ef96
Compare
Choose a tag to compare

5.1.0 (2024-08-25)

Features

  • workflow-file: expose a writer to encapsulate common workflow file details (b77ef96)

v5.0.0

25 Mar 04:30
2a7064d
Compare
Choose a tag to compare

5.0.0 (2024-03-25)

Features

  • node-versions: dropped support for node versions v16 and v19 (2a7064d)

BREAKING CHANGES

  • node-versions: node versions v16 and v19 are no longer supported

v4.1.0

19 Mar 03:11
60662ea
Compare
Choose a tag to compare

4.1.0 (2024-03-19)

Features

  • corepack: audit signatures/provenance using corepack (60662ea)

v4.0.0

29 Jul 15:44
ef6473c
Compare
Choose a tag to compare

4.0.0 (2023-07-29)

Features

  • node-versions: raised the minimum required node version to v16.14 (99beae3)

BREAKING CHANGES

  • node-versions: node v16.14 is now the minimum required version

v3.0.0

21 Apr 03:56
9d87a92
Compare
Choose a tag to compare

3.0.0 (2023-04-21)

Features

  • dependency-installation: added npm audit signatures as a follow up step after installation (9d87a92)

BREAKING CHANGES

  • dependency-installation: scaffoldDependencyInstallationStep now returns a list
    of steps rather than a single step

v2.0.1

22 Oct 19:35
00f1805
Compare
Choose a tag to compare

2.0.1 (2022-10-22)

Bug Fixes

  • node-versions: define node v14.18 as the minimum within v14, which was intended as part of v2 (d73b9f0)

v2.0.0

22 Oct 19:22
37baa6e
Compare
Choose a tag to compare

2.0.0 (2022-10-22)

Features

  • node-versions: raised the minimum versions within v14 and v16. dropped support for node v17 (4a86962)

BREAKING CHANGES

  • node-versions: node v17 is no longer supported and the minimum has been raised for both v14 and
    v16