We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82382c6 commit 6555abeCopy full SHA for 6555abe
pkgs/source_maps/.github/workflows/publish.yaml
@@ -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
pkgs/source_maps/CHANGELOG.md
@@ -1,8 +1,8 @@
-# 0.10.12
+## 0.10.12
* Add additional types at API boundaries.
-# 0.10.11
+## 0.10.11
* Populate the pubspec `repository` field.
* Update the source map documentation link in the readme.
0 commit comments