Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Mar 30, 2021
1 parent c36f689 commit 10c7c87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cli_release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Create Release

on:
release:
types: [created]
push:
tags:
- 'v*'

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 10c7c87

Please sign in to comment.