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 3744079 commit f3dd70aCopy full SHA for f3dd70a
tools/releaser/breaking_changes/.keep
tools/releaser/scripts/update-version.sh
@@ -17,6 +17,7 @@ major_version_bump=$((major_version_breaking_changes+1))
17
major_version_bump=$(printf "%03d" "$major_version_bump")
18
BUMPED_MAJOR_VERSION="v${SDK_RESOURCE_VERSION}${major_version_bump}"
19
20
+mkdir -p "$script_path/../breaking_changes/"
21
export TARGET_BREAKING_CHANGES_FILE=${BUMPED_MAJOR_VERSION}
22
echo -e "# Breaking Changes\n## SDK changes\n ${BREAKING_CHANGES:-TODO} \n## API Changelog\n https://www.mongodb.com/docs/atlas/reference/api-resources-spec/changelog" \
23
> "$script_path/../breaking_changes/${TARGET_BREAKING_CHANGES_FILE}.md"
0 commit comments