Workiva / state_machine

Easily create a finite state machine and define legal state transitions. Listen to state entrances, departures, and transitions.
Other
61 stars 24 forks source link

Remove deprecated authors field from pubspec.yaml #63

Closed sourcegraph-wk closed 3 years ago

sourcegraph-wk commented 3 years ago

This PR removes the author field from any pubspec.yaml files in this repo, as the field was deprecated in Dart 2.7 and is no longer needed.

Removing this field will silence the warning that pub publish emits, which has the added benefit of allowing us to use pub publish --dry-run as a quality check during CI.

If you'd like to retain the author information, we recommend adding an AUTHORS.md file in the repo or the package directory.


This PR was created automatically from a Sourcegraph batch change. Please reach out to @evanweible-wf or #support-client-plat with any questions.

_Created by Sourcegraph batch change Workiva/remove_pubspec_authors._

aviary3-wk commented 3 years ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

robbecker-wf commented 3 years ago

QA+1 CI Passes

robbecker-wf commented 3 years ago

@Workiva/release-management-p