[Github Actions] Updating workflow for multi-version support in MicroProfile API Tutorial #76
Open
ttelang wants to merge 6 commits into
Open
[Github Actions] Updating workflow for multi-version support in MicroProfile API Tutorial #76ttelang wants to merge 6 commits into
ttelang wants to merge 6 commits into
Conversation
Contributor
Author
|
@Emily-Jiang - please review this PR. If everything looks good, please approve and merge. Happy to address any feedback. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The scope of this PR is updates for infrastructure and project documentations (No Tutorial chapter content is modified in this PR). It contains the following changes:
Updates to CI/CD Workflow (Github Actions)
build-and-deploy-tutorial.yml- Updates the GitHub Actions build/deploy pipelineUpdates to Antora configuration: to support multi-version publishing of the MicroProfile API Tutorial. It enables hosting content for multiple MicroProfile releases side-by-side (e.g., MicroProfile 6.1 and 7.1)
anotora-assembler.yml- Updates the assembler playbook to source content from multiple version branches and produce a unified output site.antora.yml- Updates the component descriptor (name/version/title/nav metadata) so this branch is recognized as a specific MicroProfile version of the tutorial component.Documentation Changes
README.adoc, spliting it intoDEVELOPERS.adocandCONTRIBUTORS.adocfiles.DEVELOPERS.adocwith guidance for learners looking use the Tutorial content and running the source code examples.CONTRIBUTORS.adocwith guidance for contributors regarding how to setup the Antora environment for updating the Tutorial content.