Releases: dart-lang/ecosystem
Releases · dart-lang/ecosystem
package:firehose v0.3.18
- Add Github workflow for PR health.
- Refactorings to health workflow.
package:firehose v0.3.17
- Correctly parse pre-release versions from the CHANGELOG.
firehose-v0.3.16
- More robust version checking, now more diverse changelog formats are accepted.
package:firehose v0.3.15
- Make publish tags link to the new release page for that tag, with
pre-populated fields.
firehose-v0.3.14
- Require Dart
2.19.0
. - Adjust docs for the recommended tag format to use to trigger publishing (support semver release versions, not pre-release versions).
- Support using a
publish-ignore-warnings
label to ignoredart pub publish
dry-run validation failures. - Update the recommended publish.yaml file to listen for label changes on PRs (
types: ...
).
dart_flutter_team_lints-v1.0.0
- Added
collection_methods_unrelated_type
. - Added
combinators_ordering
. - Added
dangling_library_doc_comments
. - Added
implicit_call_tearoffs
. - Added
library_annotations
. - Added
unnecessary_library_directive
. - Added
unreachable_from_main
. - Added
use_string_in_part_of_directives
. - Require Dart
2.19.0
.
firehose-v0.3.13
- Added the ability to specify the version of the SDK to use for publishing.
firehose-v0.3.12
- Don't have issues creating PR comments fail the job.
- Write a github workflow summary of the publishing status.
- Handle un-publishable packages without a
version
.
firehose-v0.3.11
- Add additional console logging when we encounter GitHub API errors.
firehose-v0.3.10
- Fixed an exception that occurred when no CHANGELOG.md file was present.