@@ -55,7 +55,8 @@ to setup your local Terraform to use your local version rather than the registry
55
55
56
56
To run Terraform acceptance tests, run ` make testacc ` . This will test the provider against the locally installed version of Terraform.
57
57
58
- > ** Note:** our [ CI workflow] ( ./github/workflows/test.yml ) runs a test matrix against multiple Terraform versions.
58
+ > [ !Note]
59
+ > Our [ CI workflow] ( ./github/workflows/test.yml ) runs a test matrix against multiple Terraform versions.
59
60
60
61
#### Integration Tests
61
62
@@ -75,11 +76,13 @@ To run these integration tests locally:
75
76
76
77
1 . Run ` CODER_IMAGE=ghcr.io/coder/coder-preview CODER_VERSION=main-x.y.z-devel-abcd1234 make test-integration ` .
77
78
78
- > ** Note:** you can specify ` CODER_IMAGE ` if the Coder image you wish to test is hosted somewhere other than ` ghcr.io/coder/coder ` .
79
+ > [ !Note]
80
+ > You can specify ` CODER_IMAGE ` if the Coder image you wish to test is hosted somewhere other than ` ghcr.io/coder/coder ` .
79
81
> For example, ` CODER_IMAGE=example.com/repo/coder CODER_VERSION=foobar make test-integration ` .
80
82
81
83
### How to create a new release
82
- > ** Warning:** Before creating a new release, make sure you have pulled the latest commit from the main branch i.e. ` git pull origin main `
84
+ > [ !Warning]
85
+ > Before creating a new release, make sure you have pulled the latest commit from the main branch i.e. ` git pull origin main `
83
86
84
87
1 . Create a new tag with a version number (following semantic versioning):
85
88
``` console
@@ -91,4 +94,4 @@ To run these integration tests locally:
91
94
git push origin tag v2.1.2
92
95
```
93
96
94
- A GitHub Actions workflow named "Release" will automatically trigger, run integration tests, and publish the new release.
97
+ A GitHub Actions workflow named "Release" will automatically trigger, run integration tests, and publish the new release.
0 commit comments