Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add testdata
  • Loading branch information
mafredri committed Apr 25, 2024
commit a3bd315805587a9111e726da9e5f96ffa6dcd722
23 changes: 23 additions & 0 deletions scripts/release/testdata/autoversion/docs/kubernetes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Some documentation

1. Run the following command to install the chart in your cluster.

For the **mainline** Coder release:

<!-- autoversion(mainline): "--version [version]" -->
```shell
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.10.0
```

For the **stable** Coder release:

<!-- autoversion(stable): "--version [version]" -->
```shell
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.9.1
```
23 changes: 23 additions & 0 deletions scripts/release/testdata/autoversion/docs/kubernetes.md.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Some documentation

1. Run the following command to install the chart in your cluster.

For the **mainline** Coder release:

<!-- autoversion(mainline): "--version [version]" -->
```shell
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.11.1
```

For the **stable** Coder release:

<!-- autoversion(stable): "--version [version]" -->
```shell
helm install coder coder-v2/coder \
--namespace coder \
--values values.yaml \
--version 2.9.4
```