Skip to content

Commit

Permalink
chore: update SDK metadata to account for release tag prefixes (#26)
Browse files Browse the repository at this point in the history
Although sdk-meta was scanning this repo, it wasn't picking up the
latest releases because I had forgotten to define the "tag prefix" for
each SDK.

This is what sdk-meta uses to parse out the semver tag.
  • Loading branch information
cwaldren-ld authored Oct 29, 2024
1 parent 6d82447 commit c561e31
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .sdk_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"hooks": {
"introduced": "8.3"
}
},
"releases": {
"tag-prefix": "LaunchDarkly.ServerSdk-"
}
},
"dotnet-client-sdk": {
Expand All @@ -20,7 +23,10 @@
"path": "pkgs/sdk/client",
"languages": [
"C#"
]
],
"releases": {
"tag-prefix": "LaunchDarkly.ClientSdk-"
}
}
}
}

0 comments on commit c561e31

Please sign in to comment.