From 1f9481a453a2d4ee1965e2125157ec5b1dc12fdb Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Mon, 13 Mar 2023 10:56:44 -0700 Subject: [PATCH] release build_runner and build_daemon (#3472) Also configures the publish bot to run on some other common events --- .github/workflows/publish.yaml | 1 + build_daemon/CHANGELOG.md | 2 +- build_daemon/pubspec.yaml | 2 +- build_runner/CHANGELOG.md | 2 +- build_runner/pubspec.yaml | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7f773dc2f..6cafbee3b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -5,6 +5,7 @@ name: Publish on: pull_request: branches: [ master ] + types: [opened, synchronize, reopened, labeled, unlabeled] push: tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ] diff --git a/build_daemon/CHANGELOG.md b/build_daemon/CHANGELOG.md index b14bfdc03..f623242d7 100644 --- a/build_daemon/CHANGELOG.md +++ b/build_daemon/CHANGELOG.md @@ -1,4 +1,4 @@ -## 4.0.0-dev +## 4.0.0 - **Breaking**: Remove methods from ChangeProvider, and extract them into explicit AutoChangeProvider and ManualChangeProvider types. diff --git a/build_daemon/pubspec.yaml b/build_daemon/pubspec.yaml index 017988f63..4b689ffc5 100644 --- a/build_daemon/pubspec.yaml +++ b/build_daemon/pubspec.yaml @@ -1,5 +1,5 @@ name: build_daemon -version: 4.0.0-dev +version: 4.0.0 description: A daemon for running Dart builds. repository: https://github.com/dart-lang/build/tree/master/build_daemon diff --git a/build_runner/CHANGELOG.md b/build_runner/CHANGELOG.md index f54455437..157b832da 100644 --- a/build_runner/CHANGELOG.md +++ b/build_runner/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.4.1-dev +## 2.4.1 - Mention --build-filter option in the README. - Update to build_daemon 4.0. diff --git a/build_runner/pubspec.yaml b/build_runner/pubspec.yaml index 509a29c62..87c316d4c 100644 --- a/build_runner/pubspec.yaml +++ b/build_runner/pubspec.yaml @@ -1,5 +1,5 @@ name: build_runner -version: 2.4.1-dev +version: 2.4.1 description: A build system for Dart code generation and modular compilation. repository: https://github.com/dart-lang/build/tree/master/build_runner