Skip to content

Commit 5abe9c5

Browse files
committed
chore: update release please version configuration
1 parent 1a9a58b commit 5abe9c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

python/packages/microsoft_agents_m365copilot_core/microsoft_agents_m365copilot_core/src/_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
DEFAULT_CONNECTION_TIMEOUT = 30
1111
# The SDK version
1212
# x-release-please-start-version
13-
SDK_VERSION = '1.0.0-preview.1'
13+
SDK_VERSION = '1.0.0-preview.2'
1414
# x-release-please-end
1515
MS_DEFAULT_SCOPE = 'https://graph.microsoft.com/.default'

release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"changelog-path": "CHANGELOG.md",
5252
"extra-files": [
5353
"pyproject.toml",
54-
"_version.py"
54+
"microsoft_agents_m365copilot_beta/_version.py"
5555
]
5656
},
5757
"python/packages/microsoft_agents_m365copilot_core": {
@@ -60,7 +60,7 @@
6060
"changelog-path": "CHANGELOG.md",
6161
"extra-files": [
6262
"pyproject.toml",
63-
"src/_constants.py"
63+
"microsoft_agents_m365copilot_core/src/_constants.py"
6464
]
6565
}
6666
}

0 commit comments

Comments
 (0)