Skip to content

Commit 0b9a3ca

Browse files
authored
Merge pull request #1007 from lsviben/fix-line-breaks-lifecycle
chore: API lifecycle - fix some line breaks
2 parents 994fd80 + 4ce6e48 commit 0b9a3ca

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

content/master/learn/feature-lifecycle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Alpha features are off by default, and you must enable them by a feature flag, f
2222
removal or breaking changes without notice**, and aren't considered ready
2323
for use in production.
2424

25-
Sometimes alpha features require Crossplane to add fields to existing beta or GA
2625
<!-- vale alex.Condescending = NO -->
26+
Sometimes alpha features require Crossplane to add fields to existing beta or GA
2727
API types. In these cases you must mark fields (for instance in their OpenAPI
28-
<!-- vale alex.Condescending = YES -->
2928
schema) as alpha and subject to alpha API constraints (or lack thereof).
29+
<!-- vale alex.Condescending = YES -->
3030

3131
All alpha features should have an issue tracking their graduation to beta.
3232

@@ -43,11 +43,11 @@ instructions for migrating to the next version. This may require deleting,
4343
editing, and recreating API objects. The editing process may require some
4444
thought. This may require downtime for applications that rely on the feature.
4545

46-
Sometimes beta features require Crossplane to add fields to existing GA API types. In
4746
<!-- vale alex.Condescending = NO -->
47+
Sometimes beta features require Crossplane to add fields to existing GA API types. In
4848
these cases you must mark fields (for instance in their OpenAPI schema) as beta
49-
<!-- vale alex.Condescending = YES -->
5049
and subject to beta API constraints (or lack thereof).
50+
<!-- vale alex.Condescending = YES -->
5151

5252
All beta features should have an issue tracking their graduation to GA.
5353

content/v1.19/learn/feature-lifecycle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Alpha are off by default, and must be enabled by a feature flag, for example
2121
removal or breaking changes without notice**, and generally not considered ready
2222
for use in production.
2323

24-
In some cases alpha features require fields be added to existing beta or GA
2524
<!-- vale alex.Condescending = NO -->
25+
In some cases alpha features require fields be added to existing beta or GA
2626
API types. In these cases fields must clearly be marked (for instance in their OpenAPI
27-
<!-- vale alex.Condescending = YES -->
2827
schema) as alpha and subject to alpha API constraints (or lack thereof).
28+
<!-- vale alex.Condescending = YES -->
2929

3030
All alpha features should have an issue tracking their graduation to beta.
3131

@@ -42,11 +42,11 @@ instructions for migrating to the next version. This may require deleting,
4242
editing, and recreating API objects. The editing process may require some
4343
thought. This may require downtime for applications that rely on the feature.
4444

45-
In some cases beta features require fields be added to existing GA API types. In
4645
<!-- vale alex.Condescending = NO -->
46+
In some cases beta features require fields be added to existing GA API types. In
4747
these cases fields must clearly be marked (for instance in their OpenAPI schema) as beta
48-
<!-- vale alex.Condescending = YES -->
4948
and subject to beta API constraints (or lack thereof).
49+
<!-- vale alex.Condescending = YES -->
5050

5151
All beta features should have an issue tracking their graduation to GA.
5252

content/v1.20/learn/feature-lifecycle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Alpha are off by default, and must be enabled by a feature flag, for example
2121
removal or breaking changes without notice**, and generally not considered ready
2222
for use in production.
2323

24-
In some cases alpha features require fields be added to existing beta or GA
2524
<!-- vale alex.Condescending = NO -->
25+
In some cases alpha features require fields be added to existing beta or GA
2626
API types. In these cases fields must clearly be marked (for instance in their OpenAPI
27-
<!-- vale alex.Condescending = YES -->
2827
schema) as alpha and subject to alpha API constraints (or lack thereof).
28+
<!-- vale alex.Condescending = YES -->
2929

3030
All alpha features should have an issue tracking their graduation to beta.
3131

@@ -42,11 +42,11 @@ instructions for migrating to the next version. This may require deleting,
4242
editing, and recreating API objects. The editing process may require some
4343
thought. This may require downtime for applications that rely on the feature.
4444

45-
In some cases beta features require fields be added to existing GA API types. In
4645
<!-- vale alex.Condescending = NO -->
46+
In some cases beta features require fields be added to existing GA API types. In
4747
these cases fields must clearly be marked (for instance in their OpenAPI schema) as beta
48-
<!-- vale alex.Condescending = YES -->
4948
and subject to beta API constraints (or lack thereof).
49+
<!-- vale alex.Condescending = YES -->
5050

5151
All beta features should have an issue tracking their graduation to GA.
5252

content/v2.0-preview/learn/feature-lifecycle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Alpha are off by default, and must be enabled by a feature flag, for example
2121
removal or breaking changes without notice**, and generally not considered ready
2222
for use in production.
2323

24-
In some cases alpha features require fields be added to existing beta or GA
2524
<!-- vale alex.Condescending = NO -->
25+
In some cases alpha features require fields be added to existing beta or GA
2626
API types. In these cases fields must clearly be marked (for instance in their OpenAPI
27-
<!-- vale alex.Condescending = YES -->
2827
schema) as alpha and subject to alpha API constraints (or lack thereof).
28+
<!-- vale alex.Condescending = YES -->
2929

3030
All alpha features should have an issue tracking their graduation to beta.
3131

@@ -42,11 +42,11 @@ instructions for migrating to the next version. This may require deleting,
4242
editing, and recreating API objects. The editing process may require some
4343
thought. This may require downtime for applications that rely on the feature.
4444

45-
In some cases beta features require fields be added to existing GA API types. In
4645
<!-- vale alex.Condescending = NO -->
46+
In some cases beta features require fields be added to existing GA API types. In
4747
these cases fields must clearly be marked (for instance in their OpenAPI schema) as beta
48-
<!-- vale alex.Condescending = YES -->
4948
and subject to beta API constraints (or lack thereof).
49+
<!-- vale alex.Condescending = YES -->
5050

5151
All beta features should have an issue tracking their graduation to GA.
5252

content/v2.0/learn/feature-lifecycle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Alpha features are off by default, and you must enable them by a feature flag, f
2222
removal or breaking changes without notice**, and aren't considered ready
2323
for use in production.
2424

25-
Sometimes alpha features require Crossplane to add fields to existing beta or GA
2625
<!-- vale alex.Condescending = NO -->
26+
Sometimes alpha features require Crossplane to add fields to existing beta or GA
2727
API types. In these cases you must mark fields (for instance in their OpenAPI
28-
<!-- vale alex.Condescending = YES -->
2928
schema) as alpha and subject to alpha API constraints (or lack thereof).
29+
<!-- vale alex.Condescending = YES -->
3030

3131
All alpha features should have an issue tracking their graduation to beta.
3232

@@ -43,11 +43,11 @@ instructions for migrating to the next version. This may require deleting,
4343
editing, and recreating API objects. The editing process may require some
4444
thought. This may require downtime for applications that rely on the feature.
4545

46-
Sometimes beta features require Crossplane to add fields to existing GA API types. In
4746
<!-- vale alex.Condescending = NO -->
47+
Sometimes beta features require Crossplane to add fields to existing GA API types. In
4848
these cases you must mark fields (for instance in their OpenAPI schema) as beta
49-
<!-- vale alex.Condescending = YES -->
5049
and subject to beta API constraints (or lack thereof).
50+
<!-- vale alex.Condescending = YES -->
5151

5252
All beta features should have an issue tracking their graduation to GA.
5353

0 commit comments

Comments
 (0)