forked from DataDog/dd-trace-py
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): fix broken docs builds for 1.0 branch (DataDog#3363)
* fix(docs): fix duplicate release note existing for 0.59 and 1.0 * fix(reno): set correct default branch name * fix(docs): build all release notes for spell checking in a different file * Update releasenotes/notes/remove-span-get-set-meta-c6fb2528d198414d.yaml Co-authored-by: Tahir H. Butt <[email protected]> Co-authored-by: Tahir H. Butt <[email protected]>
- Loading branch information
1 parent
5b7ed81
commit 0ade4bd
Showing
5 changed files
with
32 additions
and
15 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
.. release-notes:: |
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 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
18 changes: 4 additions & 14 deletions
18
releasenotes/notes/deprecate-span-get-set-meta-c6fb2528d198414c.yaml
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 |
---|---|---|
@@ -1,16 +1,6 @@ | ||
--- | ||
deprecations: | ||
- ".. _remove-span-set-meta: | ||
``ddtrace.Span.set_meta`` is removed. Use :py:meth:`ddtrace.Span.set_tag` | ||
instead. | ||
" | ||
- ".. _remove-span-set-metas: | ||
``ddtrace.Span.set_metas`` is removed. Use :py:meth:`ddtrace.Span.set_tags` | ||
instead. | ||
" | ||
- | | ||
:py:meth:`ddtrace.Span.set_meta` is deprecated. Use :py:meth:`ddtrace.Span.set_tag` instead. | ||
- | | ||
:py:meth:`ddtrace.Span.set_metas` is deprecated. Use :py:meth:`ddtrace.Span.set_tags` instead. |
16 changes: 16 additions & 0 deletions
16
releasenotes/notes/remove-span-get-set-meta-c6fb2528d198414d.yaml
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
upgrade: | ||
- ".. _remove-span-set-meta: | ||
``ddtrace.Span.set_meta`` is removed. Use :py:meth:`ddtrace.Span.set_tag` | ||
instead. | ||
" | ||
- ".. _remove-span-set-metas: | ||
``ddtrace.Span.set_metas`` is removed. Use :py:meth:`ddtrace.Span.set_tags` | ||
instead. | ||
" |