Skip to content

Commit a0a751b

Browse files
authored
Add version update reminder for tagging releases
Added reminder to update version in builder-config.yaml before tagging.
1 parent bdb5984 commit a0a751b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ If you want to get to your own custom collector compiled or updated:
9191
Releases are managed by the GH Action workflow. Please commit all changes and then push an annotated tag to the repository.
9292
9393
```
94+
# Make sure you have updated the version in builder-config.yaml!
9495
git tag -a v<version> -m "<comment>"
9596
git push --tags
96-
```
97+
```

0 commit comments

Comments
 (0)