We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f9c12 commit c8007d4Copy full SHA for c8007d4
README.md
@@ -79,7 +79,7 @@ To run these integration tests locally:
79
> For example, `CODER_IMAGE=example.com/repo/coder CODER_VERSION=foobar make test-integration`.
80
81
### 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.
+> **Warning:** Before creating a new release, make sure you have pulled the latest commit from the main branch i.e. `git pull origin main`
83
84
1. Create a new tag with a version number (following semantic versioning):
85
```console
0 commit comments