You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: standardize on single @SInCE: version format
Simplified the version metadata system to use a single @SInCE: format
for both resources and attributes, eliminating confusion from having
two different formats.
Changes:
- Updated all @minCoderVersion: markers to @SInCE:
- Updated docsgen to only recognize @SInCE: format
- Simplified version_meta.go
- Updated documentation to reflect single format
This makes the system more consistent and easier to use.
Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
Copy file name to clipboardExpand all lines: provider/VERSION_METADATA.md
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,23 @@ This document explains how to add version requirements to resources and attribut
4
4
5
5
## Overview
6
6
7
-
Version information is embedded directly in resource and attribute descriptions using special markers. The documentation generation process automatically extracts this information and formats it appropriately.
7
+
Version information is embedded directly in resource and attribute descriptions using the `@since:` marker. The documentation generation process automatically extracts this information and formats it appropriately.
8
8
9
9
## Adding Version Requirements
10
10
11
11
### For Resources
12
12
13
-
Add a version marker to the resource's `Description` field:
13
+
Add a `@since:` marker to the resource's `Description` field:
0 commit comments