We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GA
stable
1 parent 88abd0d commit 33501c0Copy full SHA for 33501c0
internal/sidekick/internal/rust/annotate.go
@@ -77,7 +77,7 @@ func (m *modelAnnotations) IsGaxiCrate() bool {
77
// ReleaseLevelIsGA returns true if the ReleaseLevel attribute indicates this
78
// is a GA library.
79
func (m *modelAnnotations) ReleaseLevelIsGA() bool {
80
- return m.ReleaseLevel == "GA"
+ return m.ReleaseLevel == "GA" || m.ReleaseLevel == "stable"
81
}
82
83
type serviceAnnotations struct {
0 commit comments