Consider propagator folder packages when building (#387)
This commit is contained in:
parent
1c5f0b5465
commit
a946d5c0cd
|
|
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python-contrib/compare/v0.19b0...HEAD)
|
||||
|
||||
### Changed
|
||||
- Publish `opentelemetry-propagator-ot-trace` package as a part of the release process
|
||||
([#387](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/387))
|
||||
|
||||
### Added
|
||||
- `opentelemetry-instrumentation-urllib3` Add urllib3 instrumentation
|
||||
([#299](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/299))
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ DISTDIR=dist
|
|||
mkdir -p $DISTDIR
|
||||
rm -rf $DISTDIR/*
|
||||
|
||||
for d in exporter/*/ instrumentation/*/ sdk-extension/*/ util/*/ ; do
|
||||
for d in exporter/*/ instrumentation/*/ propagator/*/ sdk-extension/*/ util/*/ ; do
|
||||
(
|
||||
echo "building $d"
|
||||
cd "$d"
|
||||
|
|
|
|||
Loading…
Reference in New Issue