Skip to content
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

fix an issue validating pre-release git publishing tags #180

Merged
merged 4 commits into from
Sep 28, 2023

Conversation

devoncarew
Copy link
Member


  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.

@github-actions
Copy link

github-actions bot commented Sep 27, 2023

Package publishing

Package Version Status Publish tag (post-merge)
package:firehose 0.3.32 ready to publish firehose-v0.3.32
package:dart_flutter_team_lints 2.0.0 already published at pub.dev

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

@github-actions
Copy link

github-actions bot commented Sep 27, 2023

PR Health

Package publish validation ✔️

Details
Package Version Status
package:firehose 0.3.32 ready to publish
package:dart_flutter_team_lints 2.0.0 already published at pub.dev

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

License Headers ✔️

Details
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
no missing headers

All source files should start with a license header.

Changelog Entry ✔️

Details
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

Coverage ✔️

Details
File Coverage
pkgs/firehose/lib/src/changelog.dart 💚 100 %
pkgs/firehose/lib/src/utils.dart 💚 19 %

This check for test coverage is informational (issues shown here will not fail the PR).

Breaking changes ⚠️

Details
Package Change Current Version New Version Needed Version Looking good?
firehose None 0.3.31 0.3.32 0.3.31 ⚠️
dart_flutter_team_lints None 2.0.0 2.0.0 2.0.0 ✔️

This check can be disabled by tagging the PR with skip-breaking-check

@devoncarew devoncarew merged commit 297e63e into main Sep 28, 2023
17 checks passed
@devoncarew devoncarew deleted the fix_version_tag branch September 28, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

failure when trying to publish a -beta version
3 participants