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
Copy file name to clipboardExpand all lines: eng/common/instructions/azsdk-tools/sdk-details-in-release-plan.instructions.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,16 @@ description: 'Identify languages configured in the TypeSpec project and add it t
5
5
**Goal**: Identify languages configured in the TypeSpec project and generate the json object with language and package name.
6
6
1. Identify the language emitter configuration in the `tspconfig.yaml` file in the TypeSpec project root.
7
7
2. Identify the package name or namespace for each language emitter.
8
+
- For Java and Python, use `emitter-output-dir` for package name if it exists. Otherwise use `package-dir` to get the package name as fallback approach.
9
+
- For .NET, use namespace property to get package name.
10
+
- For JavaScript, use `packagedetails:name` property to get package name.
11
+
- For Go, use module name and remove `github.com/Azure/azure-sdk-for-go/` to get package name
8
12
3. Map the language name in emitter to one of the following in Pascal case(except .NET):
9
13
- .NET
10
14
- Java
11
15
- Python
12
16
- JavaScript
13
17
- Go
14
-
4. Remove `github.com/Azure/azure-sdk-for-go/` from Go package name.
15
18
4. Create a JSON array object with the following structure:
0 commit comments