mirror of
https://github.com/rive-app/rive-flutter.git
synced 2025-05-17 13:26:03 +08:00
Removing pub.dev automatic publish.
This commit is contained in:
3
.github/scripts/release/.release-it.json
vendored
3
.github/scripts/release/.release-it.json
vendored
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user