From 10c7c87195eadf322ca2476692e49febad858bbb Mon Sep 17 00:00:00 2001 From: leoafarias Date: Tue, 30 Mar 2021 10:25:04 -0400 Subject: [PATCH] Updated CI --- .github/workflows/cli_release.yml | 5 +++-- CHANGELOG.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cli_release.yml b/.github/workflows/cli_release.yml index a9c19f2c..dc5fbe82 100644 --- a/.github/workflows/cli_release.yml +++ b/.github/workflows/cli_release.yml @@ -1,8 +1,9 @@ name: Create Release on: - release: - types: [created] + push: + tags: + - 'v*' jobs: test: diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ee311ba..9f8da53a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 2.0.0-dev.3 -- Feature: Environemnts - Set Flutter sdk versions per project environment. +- Feature: Environments - Set Flutter sdk versions per project environment. - Feature: Which - Easily view the Flutter version configure for the project and it's state - Feature: Spawn - Easily proxy Flutter commands through any cached version - Improvements: Global - Create own command to set global versions. Deprecated "--global" flag.