Skip to content

Commit 8dc3de2

Browse files
committed
update changesets
1 parent f7412c0 commit 8dc3de2

8 files changed

+8
-8
lines changed

.changeset/annotations-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@noxify/gitlab-ci-builder": patch
2+
"@noxify/gitlab-ci-builder": minor
33
---
44

55
Add support for `artifacts.reports.annotations` property with `string | string[]` type. Import now intelligently normalizes single-element arrays to strings for cleaner generated code.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@noxify/gitlab-ci-builder": patch
2+
"@noxify/gitlab-ci-builder": minor
33
---
44

55
Add support for default export in `dynamicInclude`. Config modules can now use either `export default function(config: Config)` or the existing `export function extendConfig(config: Config)`. Default export is preferred when both are present.

.changeset/fancy-socks-watch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@noxify/gitlab-ci-builder": patch
2+
"@noxify/gitlab-ci-builder": minor
33
---
44

55
Add support for `extends` as both `string` and `string[]`. Single extends are optimized to string format in generated code for better readability.

.changeset/gentle-olives-retire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@noxify/gitlab-ci-builder": patch
2+
"@noxify/gitlab-ci-builder": minor
33
---
44

55
Add support for `artifacts.reports.dotenv` property with `string | string[]` type. Import now intelligently normalizes single-element arrays to strings for cleaner generated code.

.changeset/lovely-showers-film.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@noxify/gitlab-ci-builder": patch
2+
"@noxify/gitlab-ci-builder": minor
33
---
44

55
Add support for `rules.exists` property with `string | string[]` type to match GitLab CI specification.

.changeset/script-formatting-improvement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@noxify/gitlab-ci-builder": patch
2+
"@noxify/gitlab-ci-builder": minor
33
---
44

55
Improve script formatting in YAML import with intelligent detection of shell operators.

.changeset/tough-rings-laugh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@noxify/gitlab-ci-builder": patch
2+
"@noxify/gitlab-ci-builder": minor
33
---
44

55
Add missing `optional` property to `needs` definitions (both job and pipeline needs) to match GitLab CI specification.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"@noxify/gitlab-ci-builder": patch
2+
"@noxify/gitlab-ci-builder": minor
33
---
44

55
Add missing `name` property to `workflow` definition to match GitLab CI specification.

0 commit comments

Comments
 (0)