Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into texan-translation
Browse files Browse the repository at this point in the history
  • Loading branch information
bdfinst committed Jul 17, 2023
2 parents fc5fb3b + 2127737 commit 659d63b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .linkinator.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"recurse": true,
"skip": "^(https://.*linkedin.com),^(https://.*twitter.com),(/immutable),(/tbd)",
"verbosity": "error",
"timeout": 0,
"markdown": true,
"directoryListing": true
}
"recurse": true,
"skip": "^(https://.*linkedin.com),^(https://.*twitter.com),^(https://github.com/Minimum-CD*)",
"verbosity": "error",
"timeout": 0,
"markdown": true,
"directoryListing": true
}
4 changes: 2 additions & 2 deletions content/MinimumCD/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The minimum activities required for CD are:
is the only way to deploy to any environment
- The pipeline decides the releasability of changes, its verdict is [definitive](../faq/#why-should-the-pipeline-be-definitive-for-deploy)
- Artifacts created by the pipeline always meet the organization's [definition of deployable](../faq/#what-do-we-mean-by-definition-of-deployable)
- [Immutable artifact](./immutable) (no human changes after commit)
- [Immutable artifact](../minimumcd/immutable/) (no human changes after commit)
- All feature work stops when the pipeline is red
- Production-like test environment
- Rollback on-demand
Expand All @@ -58,7 +58,7 @@ The minimum activities required for CI are:

## Trunk-based Development

[Trunk-based development](./tbd) is the branching pattern required to meet the definition
[Trunk-based development](../minimumcd/tbd) is the branching pattern required to meet the definition
of CI. It prevents lost work, the risk of corruption that comes from merge conflict resolution, and also reduces movement
waste that increases batch size.

Expand Down

0 comments on commit 659d63b

Please sign in to comment.