-
Notifications
You must be signed in to change notification settings - Fork 250
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
Docs-978 fully branched PGD 5.6 #6017
Conversation
Heads up: I've slightly altered how reference index generation is invoked, to allow for multiple versions of PGD (or, future, anything else) to make use of this.
|
6fd88a8
to
004687d
Compare
004687d
to
d9e248d
Compare
f3a615c
to
6a4788c
Compare
⚠Rebased! Pull latest before continuing work. See updated description (above) for details on how this branch should be handled before and during the PGD 5.6 release. Refer to https://github.com/EnterpriseDB/docs/blob/develop/docs-for-docs/agreements/product-version-fork.md for details. |
f134983
to
9c06240
Compare
9344e24
to
020e2dd
Compare
21d2539
to
eca95d5
Compare
…ate current release notes in src dirs Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
…to degrading section.
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Signed-off-by: Dj Walker-Morgan <[email protected]>
Co-authored-by: sumarjee <[email protected]>
fb72475
to
af2c98f
Compare
This is a future release branch - specific instructions must be followed when merging, see "Merging this branch" section, below.
This branch shall not be merged until PGD 5.6 is released!
Please use this branch only for changes specific to version 5.6 -
changes and corrections that apply to 5 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 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
orsetting
pull.rebase
totrue
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.
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 5.6 in index.mdx" / "correct misspelled option in CLI reference"
Bad: "updated index.mdx" / "fixed typos"
Incorporating 5 updates
To bring in applicable changes that have been made to PGD 5, rebase
this branch against develop and force-push. Be sure to review changes for areas
that should be updated for 5.6. When resolving conflicts, defer to 5
except when changes in this branch are necessary to support 5.6.
Merging this branch
When PGD 5.6 is released, follow this procedure to complete the separation of
documenation for 5 and 5.6:
/pgd/latest/...
links inproduct_docs/docs/pgd/5/**/*.mdx
to/pgd/5/...
/bdr/...
that appear in both 5 and 5.6 trees)