Skip to content

Commit

Permalink
Recognize "development" as a valid status
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jun 11, 2024
1 parent 8d7a844 commit 28d39f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/spec_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- https://opentelemetry.io/docs/specs/otel/document-status/
- https://github.com/open-telemetry/opentelemetry-proto#maturity-level
*/ -}}
{{ $statusValueRE := "(?i:experimental|stable|deprecated|removed|mixed|feature.freeze|alpha|beta)" -}}
{{ $statusValueRE := "(?i:development|experimental|stable|deprecated|removed|mixed|feature.freeze|alpha|beta)" -}}
{{ $statusRE := printf "%s(,\\s*%s)*" $statusValueRE $statusValueRE -}}
{{ with findRE $statusRE $statusLine -}}
{{ $status = index . 0 -}}
Expand Down

0 comments on commit 28d39f9

Please sign in to comment.