Skip to content

Commit

Permalink
Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Oct 15, 2024
1 parent c99ec59 commit fd5a149
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docs/input/docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ tag-prefix: '[abc]'
The built-in configuration for the `GitFlow` workflow (`workflow: GitFlow/v1`) looks like:

<!-- snippet: /docs/workflows/GitFlow/v1.yml -->

<a id='snippet-/docs/workflows/GitFlow/v1.yml'></a>

```yml
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-scheme: MajorMinorPatch
Expand Down Expand Up @@ -211,17 +209,13 @@ tracks-release-branches: false
is-release-branch: false
is-main-branch: false
```

<sup><a href='/docs/workflows/GitFlow/v1.yml#L1-L167' title='Snippet source file'>snippet source</a> | <a href='#snippet-/docs/workflows/GitFlow/v1.yml' title='Start of snippet'>anchor</a></sup>

<!-- endSnippet -->

The supported built-in configuration for the `GitHubFlow` workflow (`workflow: GitHubFlow/v1`) looks like:

<!-- snippet: /docs/workflows/GitHubFlow/v1.yml -->

<a id='snippet-/docs/workflows/GitHubFlow/v1.yml'></a>

```yml
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-scheme: MajorMinorPatch
Expand Down Expand Up @@ -340,17 +334,13 @@ tracks-release-branches: false
is-release-branch: false
is-main-branch: false
```

<sup><a href='/docs/workflows/GitHubFlow/v1.yml#L1-L116' title='Snippet source file'>snippet source</a> | <a href='#snippet-/docs/workflows/GitHubFlow/v1.yml' title='Start of snippet'>anchor</a></sup>

<!-- endSnippet -->

The preview built-in configuration (experimental usage only) for the `TrunkBased` workflow (`workflow: TrunkBased/preview1`) looks like:

<!-- snippet: /docs/workflows/TrunkBased/preview1.yml -->

<a id='snippet-/docs/workflows/TrunkBased/preview1.yml'></a>

```yml
assembly-versioning-scheme: MajorMinorPatch
assembly-file-versioning-scheme: MajorMinorPatch
Expand Down Expand Up @@ -454,9 +444,7 @@ tracks-release-branches: false
is-release-branch: false
is-main-branch: false
```

<sup><a href='/docs/workflows/TrunkBased/preview1.yml#L1-L101' title='Snippet source file'>snippet source</a> | <a href='#snippet-/docs/workflows/TrunkBased/preview1.yml' title='Start of snippet'>anchor</a></sup>

<!-- endSnippet -->

The details of the available options are as follows:
Expand Down

0 comments on commit fd5a149

Please sign in to comment.