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

[BUGFIX][DEV-1630] Convert tags to branch names for specific repositories #129

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

andreaskienast
Copy link
Member

When registering documentation renderings, extension manuals must follow specific rules, means that only tags are accepted. However, there's an exception for some repositories where only branches are allowed. This collides with the "tag only" rule and leads to an unsolvable situation.

The validation is now adapted for special repositories that tries to derive the branch name from the tag name and uses this result instead.

NeoBlack
NeoBlack previously approved these changes Aug 15, 2023
…ries

When registering documentation renderings, extension manuals must follow
specific rules, means that only tags are accepted.
However, there's an exception for some repositories where only branches
are allowed. This collides with the "tag only" rule and leads to an
unresolvable situation.

The validation is now adapted for special repositories that tries to
derive the branch name from the tag name and uses this result instead.
@andreaskienast andreaskienast merged commit 7f3899d into develop Aug 15, 2023
3 checks passed
@andreaskienast andreaskienast deleted the bugfix/DEV-1630 branch August 15, 2023 10:30
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.

2 participants