@@ -55,7 +55,8 @@ to setup your local Terraform to use your local version rather than the registry
5555
5656To run Terraform acceptance tests, run ` make testacc ` . This will test the provider against the locally installed version of Terraform.
5757
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.
5960
6061#### Integration Tests
6162
@@ -75,11 +76,13 @@ To run these integration tests locally:
7576
76771 . Run ` CODER_IMAGE=ghcr.io/coder/coder-preview CODER_VERSION=main-x.y.z-devel-abcd1234 make test-integration ` .
7778
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 ` .
7981> For example, ` CODER_IMAGE=example.com/repo/coder CODER_VERSION=foobar make test-integration ` .
8082
8183### 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 `
8386
84871 . Create a new tag with a version number (following semantic versioning):
8588 ``` console
@@ -91,4 +94,4 @@ To run these integration tests locally:
9194 git push origin tag v2.1.2
9295 ```
9396
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