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

EPAS v17 Release branch #5498

Merged
merged 137 commits into from
Nov 22, 2024
Merged

Conversation

nidhibhammar
Copy link
Contributor

@nidhibhammar nidhibhammar commented Apr 15, 2024

What Changed?

Begin fork of epas 17 docs

Documentation for EPAS v17

This is a future release branch - specific instructions must be followed when merging see below. This branch shall not be merged until EPAS 17 is released!

Please use this branch only for changes specific to version v17 - changes and corrections that apply to v16 should be made in short-lived branches that can be merged into develop and released promptly.

Working on this branch

Other people may be editing and altering this branch. Be sure to pull the latest before beginning work - and be aware that this branch may be rebased on a regular basis to incorporate changes from the previous version. We recommend using git pull --rebase or setting pull.rebase to true in git config to avoid mistakes, e.g. run git config pull.rebase true on your local clone.

This branch will live for months but try to merge and delete your branches within hours or days.

For changes that need review or feedback, create a branch based on this branch and request feedback on a PR before merging your changes into this branch. See:

Please use descriptive messages and comments for your commits and PRs - this allows other people working on this PR to see at a glance what is changing.

Good: "updated version to 15 in index.mdx" / "correct misspelt option in CLI reference" Bad: "updated index.mdx" / "fixed typos."

Incorporating v16 updates

To bring in applicable changes that have been made to EPAS v16, rebase this branch against develop and force-push. Be sure to review changes for areas that should be updated for v17. When resolving conflicts, defer to [vLatest] except when changes in this branch are necessary to support v17.

Merging this branch

When EPAS v17 is released, follow this procedure to complete the separation of documentation for v17 and v16:

Rebase one last time (see above)
Still on the release branch, bring the v16 subdirectory back into the source tree:
git checkout develop product_docs/docs/epas/v16/
git commit -m "restore epas v16 docs"
git push
Immediately merge this branch into develop.

If you have an error due to the size of the buffer
(RPC failed; HTTP 400 curl 22), run this to adjust the buffer size:
git config --global http.postBuffer 157286400 and rerun the git commit command.

@nidhibhammar nidhibhammar added the deploy Add this label to a PR and it will automatically be deployed to netlify label Apr 15, 2024
Copy link
Contributor

github-actions bot commented Apr 15, 2024

@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch April 15, 2024 07:06 Inactive
@nidhibhammar nidhibhammar force-pushed the content/docs/epas/17/v17_release_branch branch from 695445b to 9e81513 Compare April 18, 2024 04:24
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch April 18, 2024 04:29 Inactive
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch April 18, 2024 07:48 Inactive
@nidhibhammar nidhibhammar force-pushed the content/docs/epas/17/v17_release_branch branch from 592794c to 028250b Compare May 28, 2024 10:50
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch May 28, 2024 11:27 Inactive
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch May 28, 2024 12:31 Inactive
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch May 29, 2024 11:22 Inactive
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch May 30, 2024 06:24 Inactive
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch June 3, 2024 12:15 Inactive
@nidhibhammar nidhibhammar force-pushed the content/docs/epas/17/v17_release_branch branch from 0bbd74b to 9898273 Compare July 29, 2024 06:10
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch July 29, 2024 06:20 Inactive
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch July 31, 2024 13:12 Inactive
@josh-heyer josh-heyer force-pushed the content/docs/epas/17/v17_release_branch branch from cbf1a82 to b489098 Compare August 2, 2024 05:01
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch August 2, 2024 05:11 Inactive
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch August 5, 2024 07:26 Inactive
@nidhibhammar nidhibhammar force-pushed the content/docs/epas/17/v17_release_branch branch from 7ea1edc to 4888018 Compare August 5, 2024 12:21
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch August 5, 2024 12:25 Inactive
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch August 6, 2024 03:11 Inactive
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch August 7, 2024 07:17 Inactive
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch August 8, 2024 05:15 Inactive
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch August 8, 2024 12:11 Inactive
@nidhibhammar nidhibhammar force-pushed the content/docs/epas/17/v17_release_branch branch from 0da6c2a to 2566d1f Compare August 21, 2024 11:55
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch August 21, 2024 12:05 Inactive
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch August 22, 2024 05:10 Inactive
@nidhibhammar nidhibhammar force-pushed the content/docs/epas/17/v17_release_branch branch from a2a8cd5 to 7b46adc Compare August 27, 2024 05:54
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch August 27, 2024 06:04 Inactive
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch August 27, 2024 08:38 Inactive
@nidhibhammar nidhibhammar force-pushed the content/docs/epas/17/v17_release_branch branch from 1fef40f to 3600fa1 Compare November 22, 2024 10:54
@github-actions github-actions bot temporarily deployed to pr-5498-content-docs-epas-17-v17_release_branch November 22, 2024 11:00 Inactive
Copy link
Contributor

@gvasquezvargas gvasquezvargas left a comment

Choose a reason for hiding this comment

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

LGTM!

@nidhibhammar nidhibhammar merged commit 05eca75 into develop Nov 22, 2024
2 of 3 checks passed
@nidhibhammar nidhibhammar deleted the content/docs/epas/17/v17_release_branch branch November 22, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy Add this label to a PR and it will automatically be deployed to netlify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants