Removing pub.dev automatic publish.

This commit is contained in:
Luigi Rosso
2021-07-15 13:33:33 -07:00
parent e9dfeca3ee
commit 9abf86629a
3 changed files with 3 additions and 11 deletions

View File

@ -28,7 +28,8 @@
"after:bump": [
"npx auto-changelog -p --commit-limit false --template changelog.hbs --prepend -o ../../../CHANGELOG.md",
"git add ../../../CHANGELOG.md",
"git add ../../../VERSION"
"git add ../../../VERSION",
"git add ../../../pubspec.yaml"
]
}
}

View File

@ -1,12 +1,3 @@
## 0.7.27
- Automate pub.dev publishing. [`#152`](https://github.com/rive-app/rive-flutter/pull/152)
## 0.7.26
- Attempting release again. [`#151`](https://github.com/rive-app/rive-flutter/pull/151)
## 0.7.25
- IK Support [`#150`](https://github.com/rive-app/rive-flutter/pull/150)
## 0.7.22 - (2021-06-22)
- Stroke don't draw when their thickness is 0.

View File

@ -1 +1 @@
0.7.27
0.7.22