Skip to content

x/build/cmd/relui: merge communication tasks with the main release workflow #53537

Closed
@dmitshur

Description

@dmitshur

Now that both announcement mail and tweet tasks are ready (and, as of #47406, joined together), the next step is to append them to the end of the main release workflows that build and publish artifacts.

CC @golang/release.

Activity

added
NeedsFixThe path to resolution is known, but the work has not been done.
on Jun 24, 2022
self-assigned this
on Jun 24, 2022
added
Buildersx/build issues (builders, bots, dashboards)
on Jun 24, 2022
added this to the Unreleased milestone on Jun 24, 2022
added this to the Unreleased milestone on Jun 24, 2022
dmitshur

dmitshur commented on Jun 24, 2022

@dmitshur
MemberAuthor

This enables communication parameters to be entered at the start of workflow, and no more need to manually specify versions (those are computed during the release workflows, and available for reuse):

image

gopherbot

gopherbot commented on Jun 24, 2022

@gopherbot
Contributor

Change https://go.dev/cl/414034 mentions this issue: internal/workflow: make Slice method variadic

gopherbot

gopherbot commented on Jun 24, 2022

@gopherbot
Contributor

Change https://go.dev/cl/414035 mentions this issue: cmd/relui: join communication tasks in main release workflows

gopherbot

gopherbot commented on Jul 6, 2022

@gopherbot
Contributor

Change https://go.dev/cl/416218 mentions this issue: internal/relui: use workflow output with communications not merged

gopherbot

gopherbot commented on Jul 25, 2022

@gopherbot
Contributor

Change https://go.dev/cl/419515 mentions this issue: cmd/relui: add communication tasks to the end of release workflows

gopherbot

gopherbot commented on Jul 25, 2022

@gopherbot
Contributor

Change https://go.dev/cl/419516 mentions this issue: internal/relui: support communicating about a single minor release

9 remaining items

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

Metadata

Metadata

Assignees

Labels

Buildersx/build issues (builders, bots, dashboards)FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

Type

No type

Projects

Status

Done

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @dmitshur@gopherbot

      Issue actions

        x/build/cmd/relui: merge communication tasks with the main release workflow · Issue #53537 · golang/go