Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit a112e98

Browse files
authored
configure publishing automation (#74)
* configure publishing automation * update changelog
1 parent cf44db3 commit a112e98

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# A CI configuration to auto-publish pub packages.
2+
3+
name: Publish
4+
5+
on:
6+
pull_request:
7+
branches: [ master ]
8+
push:
9+
tags: [ 'v[0-9]+.[0-9]+.[0-9]+*' ]
10+
11+
jobs:
12+
publish:
13+
if: ${{ github.repository_owner == 'dart-lang' }}
14+
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 0.10.12
1+
## 0.10.12
22

33
* Add additional types at API boundaries.
44

5-
# 0.10.11
5+
## 0.10.11
66

77
* Populate the pubspec `repository` field.
88
* Update the source map documentation link in the readme.

0 commit comments

Comments
 (0)