We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614386e commit b8bf5e5Copy full SHA for b8bf5e5
.codegen.json
@@ -1,6 +1,6 @@
1
{
2
"mode": "py_v0",
3
- "changelog_config": ".codegen/changelog_config.yml",
+ "api_changelog": true,
4
"version": {
5
"databricks/sdk/version.py": "__version__ = '$VERSION'"
6
},
.codegen/changelog_config.yml
@@ -7,8 +7,5 @@ change_types:
7
tag: "[Doc]"
8
- message: Internal Changes
9
tag: "[Internal]"
10
- # Does not appear in the Changelog. Only for PR validation.
11
- - message: Release
12
- tag: "[Release]"
13
# Default for messages without a tag
14
- message: Other Changes
.package.json
@@ -0,0 +1 @@
+{}
0 commit comments