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

ci: allow version string as release line parameter for version bump specific versions #532

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

christoph-jerolimov
Copy link
Member

Hey, I just made a Pull Request!

I understand that we want update Backstage mostly to the latest stable or pre-release version.

With the interim PR #527 I added another option (1.36.1) as a specific version to the Version bump workflow.

The workflow updates the workspace correctly, but the branch_name, changeset and PR title was not created correctly, because the set-release-name script expects just two parameters: main and next als release line.

Example:

image

This PR adds an else case if the value is neither main nor next so that we can update also to specific versions with the Version Bump script.

When this is accepted I can raise a similar PR for https://github.com/backstage/community-plugins/blob/main/scripts/ci/set-release-name.js

✔️ Checklist

  • A changeset describing the change and affected packages. (more info)
  • Added or Updated documentation
  • Tests for new functionality and regression tests for bug fixes
  • Screenshots attached (for UI changes)

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.

1 participant