-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
O11Y-2149: Resolve changelog warning for publishing to public pub server #68
Conversation
Security InsightsNo security relevant content was detected by automated scans. Action Items
Questions or Comments? Reach out on Slack: #support-infosec. |
Public API ChangesNo changes to the public API found for commit f04f9d3 Showing results for f04f9d3
Last edited UTC Aug 17 at 19:33:02 |
.pubignore
Outdated
@@ -0,0 +1 @@ | |||
lib/src/sdk/proto/opentelemetry-proto/.vscode/settings.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a feeling this file was accidentally committed to the repo. I have a feeling it was me. We should remove the file altogether
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked and it wasn't you. This is coming in via submodule: https://github.com/open-telemetry/opentelemetry-proto/tree/main/.vscode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh. cool. well, they should stop that
CHANGELOG.md
Outdated
@@ -0,0 +1,3 @@ | |||
## [0.14.1]() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## [0.14.1]() | |
## 0.14.1 |
Ready for re-review. |
QA +1 , published to the public pub server using these changes. |
@Workiva/release-management-p |
@Workiva/release-management-p |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 from RM
Problem
When running "dart pub publish --dry-run":
Package validation found the following potential issues:
Resolved issue 2. Issue 1 is related to the use of submodules and I was not able to find a solution to it.
Fixes #67