Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f06d944

Browse files
rustagirmongodb-php-botalcaeus
authored
Merges the read operation reorganization into 5.2 (#3301)
* DOCSP-35945: read operations reorg (#3293) * DOCSP-35945: read operations reorg * skip * small fixes * small fixes * fixes - RM and moved a section * link fic * Fix releasing from development branch (#3299) --------- Co-authored-by: MongoDB PHP Bot <162451593+mongodb-php-bot@users.noreply.github.com> Co-authored-by: Andreas Braun <andreas.braun@mongodb.com>
1 parent 3d8d095 commit f06d944

File tree

8 files changed

+960
-638
lines changed

8 files changed

+960
-638
lines changed

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
echo RELEASE_VERSION=${{ inputs.version }} >> $GITHUB_ENV
3434
echo RELEASE_BRANCH=$(echo ${{ inputs.version }} | cut -d '.' -f-2) >> $GITHUB_ENV
35-
echo DEV_BRANCH=$(echo ${{ inputs.version }} | cut -d '.' -f-1).x >> $GITHUB_ENV
35+
echo DEV_BRANCH=$(echo ${{ inputs.version }} | cut -d '.' -f-1).x >> $GITHUB_ENV
3636
3737
- name: "Ensure release tag does not already exist"
3838
run: |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /