Documenting the branching process (#1956)

* resolves #1772 documenting the branching process

* Update README.md

Co-authored-by: Maxwell G <maxwell@gtmx.me>

* Update README.md

Co-authored-by: Felix Fontein <felix@fontein.de>

* updates and suggestions

* update the support matrix section

* Update README.md

Co-authored-by: Maxwell G <maxwell@gtmx.me>

* Update README.md

Co-authored-by: Maxwell G <maxwell@gtmx.me>

* updates and suggestions

* maintainers guide

* rm active branch example

* Update MAINTAINERS.md

Co-authored-by: Sandra McCann <samccann@redhat.com>

---------

Co-authored-by: Maxwell G <maxwell@gtmx.me>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Sandra McCann <samccann@redhat.com>
This commit is contained in:
Don Naro
2024-10-10 19:01:54 +01:00
committed by GitHub
parent d69846789b
commit 3590f6550d
2 changed files with 83 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ The lock files contain tested dependencies that are automatically updated on a w
If you'd like to use untested dependencies, set `PINNED=false` as in the following example:
```
```bash
PINNED=false nox -s "checkers(docs-build)"
```
@@ -158,7 +158,7 @@ This will determine any missing `ansible-core` tags and create them in `ansible-
nox -s tag
# If you use a different upstream remote, specify the name.
nox -s tag -- --remote <name> tag
nox -s tag -- --remote <name> tag
# If your core repo is not in the same filesystem location, specify the path.
nox -s tag -- --core <path> tag