Skip to content

Commit

Permalink
release build_runner and build_daemon (#3472)
Browse files Browse the repository at this point in the history
Also configures the publish bot to run on some other common events
  • Loading branch information
jakemac53 committed Mar 13, 2023
1 parent f9640ab commit 1f9481a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]+*' ]

Expand Down
2 changes: 1 addition & 1 deletion build_daemon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build_daemon/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion build_runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.4.1-dev
## 2.4.1

- Mention --build-filter option in the README.
- Update to build_daemon 4.0.
Expand Down
2 changes: 1 addition & 1 deletion build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 1f9481a

Please sign in to comment.