-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autobump Collector VERSION to latest on build - (#1401)
* Auto increment version * fix(makefile): update versioning mechanism for OpenTelemetry Collector * fix(makefile): update versioning mechanism for OpenTelemetry Collector Replace the mechanism to fetch VERSION from remote versions.yaml with OTELCOL_VERSION placeholder. Add a new target set-otelcol-version to set the OpenTelemetry Collector version from go.mod. Modify the build target to depend on set-otelcol-version. Remove the update-collector-version target and its usage in the build target. * chore: remove VERSION file and update gitignore modified: .gitignore deleted: collector/VERSION
- Loading branch information
1 parent
4a7098e
commit e5b3f00
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,5 @@ __pycache__/* | |
build.toml | ||
|
||
*.zip | ||
|
||
collector/VERSION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.