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 f468304 commit 950a22aCopy full SHA for 950a22a
.github/workflows/release-please.yml
@@ -3,6 +3,10 @@ on:
3
push:
4
branches:
5
- main
6
+ paths:
7
+ - "lib/**"
8
+ - "pubspec.yaml"
9
+ - ".github/workflows/release-please.yml"
10
jobs:
11
release-please:
12
runs-on: ubuntu-latest
@@ -11,3 +15,4 @@ jobs:
15
with:
16
release-type: dart
13
17
package-name: easysms
18
+ release-as: 2.0.0
.gitignore
@@ -1,6 +1,2 @@
1
-# Files and directories created by pub.
2
.dart_tool/
-.packages
-
-# Conventional directory for build output.
-build/
+pubspec.lock
0 commit comments