Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setrelease improvements #16545

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2024

  1. [api] allow to hand over setrelease via token trigger

    Release command knows the setrelease parameter. Make it
    also possible to use it when executing via a token.
    adrianschroeter committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9f7d5f6 View commit details
    Browse the repository at this point in the history
  2. [api] cleanup and document release api

    "filter_source_repository" was just another name for "repository"
    parameter.
     => Dropped it from api docu, but kept compat code to avoid
        api breakage
    
    Clean'd up different internal method parameter namings, what could lead
    to confusion about their meaning.
    adrianschroeter committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    761018a View commit details
    Browse the repository at this point in the history