zhmcclient / python-zhmcclient

A pure Python client library for the IBM Z HMC Web Services API
Apache License 2.0
39 stars 26 forks source link

Support for non-default release branches #1621

Closed andy-maier closed 2 months ago

andy-maier commented 2 months ago

The current release support in the Makefile determines the branch to be released from the specified version:

That covers the standard cases:

However, it does not support these cases:

This could be supported by allowing to override the base branch that is automatically determined.