Skip to content

Conversation

@sdruskat
Copy link
Contributor

@sdruskat sdruskat commented Jan 12, 2026

  • Create a release branch release/v from develop.
  • Check if everything looks good:
    • Audit the source code (using linters and other tooling).
      • reuse
      • flake8
      • bandit
    • Ensure test coverage is at least 65%, and that all tests pass.
    • Check if the documentation aligns with the code (also run tutorial to check completeness). skipped
    • Check if the metadata is correct in all relevant places.
  • Put up a PR from the release branch against main.
  • Request a review (using the same workflow as above).
  • Merge the PR into main.
  • Tag main's HEAD as v.
  • Push main.
  • Push tag.
  • Merge main into develop.
  • Delete the release branch.
    💡 If something goes wrong in the release branch, you can always delete it, fix things in a feature branch, merge into develop following the workflow above, and start anew.

zyzzyxdonta and others added 30 commits February 27, 2025 09:03
Adds a more reliable method of detecting HERMES DOIs to the
`hermes-marketplace` command. This detection mechanism is used to figure
out which plugins are "builtin" (via `schema:isPartOf`).
Co-authored-by: David Pape <d.pape@hzdr.de>
…-metadata

Fix broken HERMES DOI in plugin marketplace
@sdruskat sdruskat requested review from nheeb and zyzzyxdonta January 12, 2026 11:08
@sdruskat sdruskat marked this pull request as ready for review January 12, 2026 11:08
Copy link
Contributor

@zyzzyxdonta zyzzyxdonta left a comment

Choose a reason for hiding this comment

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

I checked

git diff origin/develop origin/release/v0.9.1

to make sure no strange changes were introduced. Everything looks fine to me except for the changes related to flake8.

This reverts commit 9bcfe35.
@poikilotherm
Copy link
Member

We should probably get #463 included, too.

@sdruskat sdruskat merged commit 890e081 into main Jan 12, 2026
5 checks passed
@sdruskat sdruskat deleted the release/v0.9.1 branch January 12, 2026 16:39
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.

7 participants