Skip to content

chore: refactor release action to move schemata related code into scripts#349

Merged
yarikoptic merged 3 commits intomasterfrom
enh-release
Nov 25, 2025
Merged

chore: refactor release action to move schemata related code into scripts#349
yarikoptic merged 3 commits intomasterfrom
enh-release

Conversation

@yarikoptic
Copy link
Member

This

  • allows to handle those steps of release manually happen automated release fails
  • allows to shellcheck bash scripts to ensure their correct operation
  • makes ci workflow easier to grasp since becomes less clutterred with bash code intermixed with python invocations

I decided for now to keep it minimal and not harmonize things more into .autorc setup, although we might want to aim for that.

This was already used to produce

https://github.com/dandi/schema/tree/master/releases/0.7.0

and tag/push

https://github.com/dandi/dandi-schema/releases/tag/schema-0.7.0

Thus finalizing the release of 0.12.0 library with 0.7.0 schema.

…ipts

This

- allows to handle those steps of release manually happen automated
  release fails
- allows to shellcheck bash scripts to ensure their correct operation
- makes ci workflow easier to grasp since becomes less clutterred
  with bash code intermixed with python invocations

I decided for now to keep it minimal and not harmonize things more into
.autorc setup, although we might want to aim for that.

This was already used to produce

https://github.com/dandi/schema/tree/master/releases/0.7.0

and tag/push

https://github.com/dandi/dandi-schema/releases/tag/schema-0.7.0

Thus finalizing the release of 0.12.0 library with 0.7.0 schema.
@yarikoptic yarikoptic added the internal Changes only affect the internal API label Nov 21, 2025
@codecov
Copy link

codecov bot commented Nov 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.89%. Comparing base (5cf181a) to head (8239313).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #349   +/-   ##
=======================================
  Coverage   97.89%   97.89%           
=======================================
  Files          18       18           
  Lines        2370     2370           
=======================================
  Hits         2320     2320           
  Misses         50       50           
Flag Coverage Δ
unittests 97.89% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@candleindark candleindark left a comment

Choose a reason for hiding this comment

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

Added some comments to the script.

Co-authored-by: Isaac To <candleindark@users.noreply.github.com>
@yarikoptic yarikoptic merged commit c10d225 into master Nov 25, 2025
70 checks passed
@yarikoptic yarikoptic deleted the enh-release branch November 25, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Changes only affect the internal API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants