We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb5984 commit a0a751bCopy full SHA for a0a751b
README.md
@@ -91,6 +91,7 @@ If you want to get to your own custom collector compiled or updated:
91
Releases are managed by the GH Action workflow. Please commit all changes and then push an annotated tag to the repository.
92
93
```
94
+# Make sure you have updated the version in builder-config.yaml!
95
git tag -a v<version> -m "<comment>"
96
git push --tags
-```
97
+```
0 commit comments