Skip to content

Commit b8bf5e5

Browse files
committed
[Internal] Enable automatic tagging
1 parent 614386e commit b8bf5e5

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"mode": "py_v0",
3-
"changelog_config": ".codegen/changelog_config.yml",
3+
"api_changelog": true,
44
"version": {
55
"databricks/sdk/version.py": "__version__ = '$VERSION'"
66
},

.codegen/changelog_config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,5 @@ change_types:
77
tag: "[Doc]"
88
- message: Internal Changes
99
tag: "[Internal]"
10-
# Does not appear in the Changelog. Only for PR validation.
11-
- message: Release
12-
tag: "[Release]"
1310
# Default for messages without a tag
1411
- message: Other Changes

.package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)