Skip to content

add an auto-roll of dartdoc into the SDK #3376

@jcollins-g

Description

@jcollins-g
Contributor

Having dartdoc roll automatically into the SDK would save a bit of engineering time on every release or important PR. If an auto-roll is not appropriate, at least a semi-automatic system (run one command/push one button, it does everything) would be nice.

Activity

added
P2A bug or feature request we're likely to work on
type-infraA repository infrastructure change or enhancement
type-tech-debtIssues that slow or block desirable development paths for Dartdoc, or create such problems for users
on Mar 24, 2023
devoncarew

devoncarew commented on May 24, 2023

@devoncarew
Member

FYI that we have two tools here that would help: https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies#rolling-dependencies.

Generally we use the batch rolling tool (<sdk>/tools/rev_sdk_deps.dart) to roll all package deps ~twice a week, including dartdoc.

If you want to roll more frequently, or roll a recent commit, you can instead run dart tools/manage_deps.dart bump third_party/pkg/dartdoc. That will roll dartdoc to the latest and optionally create a CL for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2A bug or feature request we're likely to work ontype-infraA repository infrastructure change or enhancementtype-tech-debtIssues that slow or block desirable development paths for Dartdoc, or create such problems for users

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @devoncarew@jcollins-g

        Issue actions

          add an auto-roll of dartdoc into the SDK · Issue #3376 · dart-lang/dartdoc