Skip to content

Commit 1f9481a

Browse files
authored
release build_runner and build_daemon (#3472)
Also configures the publish bot to run on some other common events
1 parent f9640ab commit 1f9481a

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Publish
55
on:
66
pull_request:
77
branches: [ master ]
8+
types: [opened, synchronize, reopened, labeled, unlabeled]
89
push:
910
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
1011

build_daemon/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.0.0-dev
1+
## 4.0.0
22

33
- **Breaking**: Remove methods from ChangeProvider, and extract them into
44
explicit AutoChangeProvider and ManualChangeProvider types.

build_daemon/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_daemon
2-
version: 4.0.0-dev
2+
version: 4.0.0
33
description: A daemon for running Dart builds.
44
repository: https://github.com/dart-lang/build/tree/master/build_daemon
55

build_runner/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.4.1-dev
1+
## 2.4.1
22

33
- Mention --build-filter option in the README.
44
- Update to build_daemon 4.0.

build_runner/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build_runner
2-
version: 2.4.1-dev
2+
version: 2.4.1
33
description: A build system for Dart code generation and modular compilation.
44
repository: https://github.com/dart-lang/build/tree/master/build_runner
55

0 commit comments

Comments
 (0)