dart-lang / ecosystem

This repository is home to general Dart Ecosystem tools and packages.
BSD 3-Clause "New" or "Revised" License
47 stars 7 forks source link

firehose should add some tools to make sure people are publishing from the intended commit #308

Open devoncarew opened 1 month ago

devoncarew commented 1 month ago

Currently, firehose publishing generally publishes from the head commit. This generally happens thuswise:

If there are many packages in a repo, we don't always want to publish from the latest commit; other commits may have landed after the original PR. When creating the release page info, we should add some text to encourage the user to tag a specific commit (which will frequently, but not always, be head). The commit to tag add can be selected from the 'target', 'recent commits' dropdown:

Screenshot 2024-10-18 at 11 01 56 AM