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

Update Symfony bundle metadata #441

Merged
merged 2 commits into from May 7, 2024

Conversation

javiereguiluz
Copy link
Contributor

The building of the docs of 3.5.x branch started failing on symfony.com. We need to update this config because 3.5.x stores the docs in a different path.

@@ -8,5 +8,5 @@ maintained_branches:
- "3.5.x"
Copy link
Member

Choose a reason for hiding this comment

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

Sorry, I caused this issue. The right thing to do is to remove 3.5.x from maintained_branches I think.

Suggested change
- "3.5.x"

@@ -8,5 +8,5 @@ maintained_branches:
- "3.5.x"
- "3.6.x"
- "3.7.x"
doc_dir: "docs/"
doc_dir: {"3.5.x": "Resources/doc/", "3.6.x": "docs/", "3.7.x": "docs/"}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
doc_dir: {"3.5.x": "Resources/doc/", "3.6.x": "docs/", "3.7.x": "docs/"}
doc_dir: "docs/"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, I added another commit to remove 3.5.x from maintained versions. Thanks.

Copy link
Member

Choose a reason for hiding this comment

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

Thank you!

@greg0ire greg0ire merged commit d13a08e into doctrine:3.6.x May 7, 2024
13 checks passed
@greg0ire greg0ire added the CI label May 7, 2024
@greg0ire greg0ire added this to the 3.6.1 milestone May 7, 2024
@javiereguiluz javiereguiluz deleted the update_metadata branch May 7, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants