Skip to content

Commit b98726e

Browse files
committed
Deprecate the release tag
It is optional now, and considered GA when not set. Semver pre-release tags should be used now to publish non-ga versions. See elastic#225
1 parent 8fa205b commit b98726e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

versions/1/changelog.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- description: Prepare for 1.3.1
88
type: enhancement
99
link: https://github.com/elastic/package-spec/pull/250
10+
- description: Deprecate the release attribute, make it optional and set to ga by default
11+
type: enhancement
12+
link: https://github.com/elastic/package-spec/issues/225
1013
- version: 1.3.0
1114
changes:
1215
- description: Support wait-for-data timeout

versions/1/data_stream/manifest.spec.yml

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ spec:
115115
- AWS billing metrics
116116
release:
117117
description: Stability of data stream.
118+
deprecated: true # See https://github.com/elastic/package-spec/issues/225
118119
type: string
119120
enum:
120121
- experimental

versions/1/manifest.spec.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,13 @@ spec:
145145
- integration
146146
release:
147147
description: The stability of the package.
148+
deprecated: true # See https://github.com/elastic/package-spec/issues/225
148149
type: string
149150
enum:
150151
- experimental
151152
- beta
152153
- ga
154+
default: ga
153155
examples:
154156
- experimental
155157
categories:
@@ -295,5 +297,4 @@ spec:
295297
- title
296298
- description
297299
- version
298-
- release
299300
- owner

0 commit comments

Comments
 (0)