mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-26 13:18:58 +07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user