Skip to content

Commit 0cb7c09

Browse files
committed
Adjust copy script
1 parent 3cfd12a commit 0cb7c09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/copy-documentation-for-new-release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ function copy_source_to(){
4141
# replace `release_id: master` with `release_id: $FULL_VERSION` in
4242
# $FILE_PATH
4343
sed -i.bak "s/release_id: master/release_id: $FULL_VERSION/g" "$FILE_PATH"
44+
sed -i.bak "s/sort_id: master/sort_id: $MAJOR_VERSION/g" "$FILE_PATH"
4445
rm "$FILE_PATH.bak"
4546

4647
git add "$DIR"

0 commit comments

Comments
 (0)