Skip to content

chore: Document release schedule, add tool to check for changes#1311

Merged
mofojed merged 2 commits intodeephaven:mainfrom
mofojed:doc-release-weekly
Mar 31, 2026
Merged

chore: Document release schedule, add tool to check for changes#1311
mofojed merged 2 commits intodeephaven:mainfrom
mofojed:doc-release-weekly

Conversation

@mofojed
Copy link
Copy Markdown
Member

@mofojed mofojed commented Feb 26, 2026

  • Updated the readme to include releasing on Wednesdays and how to do a patch version bump
  • Create a tool for checking which packages may need a release

- Updated the readme to include releasing on Wednesdays and how to do a patch version bump
- Create a tool for checking which packages may need a release
@mofojed mofojed requested a review from a team February 26, 2026 15:46
@mofojed mofojed self-assigned this Feb 26, 2026
@mofojed mofojed requested review from vbabich and removed request for a team February 26, 2026 15:46
Comment thread tools/check_changes.sh Outdated

# If no plugins specified, check all
if [ ${#plugins_to_check[@]} -eq 0 ]; then
mapfile -t plugins_to_check <<< "$all_plugins"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mapfile isn't available on macos.
Is there a non-OS-specific alternative?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@mofojed mofojed merged commit 7f56903 into deephaven:main Mar 31, 2026
10 checks passed
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