Skip to content

Update release and bump patch versioning flow#4286

Merged
loadams merged 4 commits intomasterfrom
loadams/release-prep
Sep 11, 2023
Merged

Update release and bump patch versioning flow#4286
loadams merged 4 commits intomasterfrom
loadams/release-prep

Conversation

@loadams
Copy link
Collaborator

@loadams loadams commented Sep 7, 2023

  • Update release.sh to accommodate changes in calling bump_patch_version.py
  • Update bump_patch_version.py to properly update the patch version to the next one after the current release being done.

Sample output:

python release/bump_patch_version.py --current_version 0.10.13
0.10.13 -> 0.10.14
python release/bump_patch_version.py --current_version 0.11.0
0.11.0 -> 0.11.1
python release/bump_patch_version.py --current_version 0.11.14
0.11.14 -> 0.11.15
python release/bump_patch_version.py --current_version 1.11.14
1.11.14 -> 1.11.15
python release/bump_patch_version.py --current_version 1.11.0
1.11.0 -> 1.11.1
python release/bump_patch_version.py --current_version 2.0.0
2.0.0 -> 2.0.1

@loadams loadams changed the title Update release and versioning bump flow Update release and bump patch versioning flow Sep 7, 2023
@loadams loadams enabled auto-merge September 11, 2023 18:28
@loadams loadams added this pull request to the merge queue Sep 11, 2023
Merged via the queue into master with commit 8c1eed2 Sep 11, 2023
CurryRice233 added a commit to CurryRice233/DeepSpeed that referenced this pull request Sep 15, 2023
* origin/master: (48 commits)
  Fix autotune to support Triton 2.1  (deepspeedai#4340)
  Fix skipped inference tests (deepspeedai#4336)
  Suppress noise (deepspeedai#4310)
  Fix a bug in the implementation of dequantization for inference (deepspeedai#3433)
  DS-Chat BLOOM: Fix Attention mask (deepspeedai#4338)
  clear redundant timers (deepspeedai#4308)
  Add release version checking (deepspeedai#4328)
  Fix Zero3 contiguous grads, reduce scatter false  accuracy issue (deepspeedai#4321)
  Clean up modeling code (deepspeedai#4320)
  Handle empty parameter groups (deepspeedai#4277)
  Update README.md (deepspeedai#4316)
  README update (deepspeedai#4303)
  Update release and bump patch versioning flow (deepspeedai#4286)
  added a bert-model check for triton (deepspeedai#4266)
  ZeRO-Inference v2 release
  bump to 0.10.4
  Update index.md (deepspeedai#4297)
  fix user args parsing of string with spaces on runner (deepspeedai#4265)
  ZeRO-Inference refresh (deepspeedai#4197)
  AMD Kernel Compatibility Fixes (deepspeedai#3180)
  ...
@loadams loadams deleted the loadams/release-prep branch February 28, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants