Skip to content

Commit f3dd70a

Browse files
authored
fix: add breaking changes folder (#248)
1 parent 3744079 commit f3dd70a

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

tools/releaser/breaking_changes/.keep

Whitespace-only changes.

tools/releaser/scripts/update-version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ major_version_bump=$((major_version_breaking_changes+1))
1717
major_version_bump=$(printf "%03d" "$major_version_bump")
1818
BUMPED_MAJOR_VERSION="v${SDK_RESOURCE_VERSION}${major_version_bump}"
1919

20+
mkdir -p "$script_path/../breaking_changes/"
2021
export TARGET_BREAKING_CHANGES_FILE=${BUMPED_MAJOR_VERSION}
2122
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" \
2223
> "$script_path/../breaking_changes/${TARGET_BREAKING_CHANGES_FILE}.md"

0 commit comments

Comments
 (0)