From 9abf86629a40cc3bc8b77509b7c2a5a303981e8d Mon Sep 17 00:00:00 2001 From: Luigi Rosso Date: Thu, 15 Jul 2021 13:33:33 -0700 Subject: [PATCH] Removing pub.dev automatic publish. --- .github/scripts/release/.release-it.json | 3 ++- CHANGELOG.md | 9 --------- VERSION | 2 +- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/scripts/release/.release-it.json b/.github/scripts/release/.release-it.json index 67dbdc3..dec9b8e 100644 --- a/.github/scripts/release/.release-it.json +++ b/.github/scripts/release/.release-it.json @@ -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" ] } } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6762045..c2fe527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/VERSION b/VERSION index 1e70338..cb239de 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.27 \ No newline at end of file +0.7.22 \ No newline at end of file