Skip to content

Commit b9067d0

Browse files
authored
chore: v1.9.0 (#77)
1 parent e54fbb1 commit b9067d0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
verify-semantic-pull-request:
3636
uses: ./.github/workflows/semantic_pull_request.yml
3737
with:
38-
scopes: "dart_package, flutter_package, pana, semantic_pull_request"
38+
scopes: "dart_package, flutter_package, pana, semantic_pull_request, spell_check"
3939

4040
verify-spell-check:
4141
uses: ./.github/workflows/spell_check.yml

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# [v1.8.0](https://github.com/VeryGoodOpenSource/very_good_workflows/compare/v1.7.0...v1.8.0) (2022-10-04)
1+
# [1.9.0](https://github.com/VeryGoodOpenSource/very_good_workflows/compare/v1.8.0...v1.9.0) (2022-10-11)
2+
3+
### Features
4+
5+
- **semantic_pull_request:** add types and scopes inputs ([#65](https://github.com/VeryGoodOpenSource/very_good_workflows/issues/65)) ([e54fbb1](https://github.com/VeryGoodOpenSource/very_good_workflows/commit/e54fbb1e853e28a883941d9cdbf649ec9def4faf))
6+
- spell check workflow ([#76](https://github.com/VeryGoodOpenSource/very_good_workflows/issues/76)) ([9c12bb5](https://github.com/VeryGoodOpenSource/very_good_workflows/commit/9c12bb5e67b3ce4949750c99e2e27ee137741473))
7+
8+
# [1.8.0](https://github.com/VeryGoodOpenSource/very_good_workflows/compare/v1.7.0...v1.8.0) (2022-10-04)
29

310
### Features
411

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/semantic_pull_req
2828

2929
# A reusable workflow for verifying package scores on pub.dev
3030
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1
31+
32+
# A reusable workflow for running a spell check
33+
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/spell_check.yml@v1
3134
```
3235
3336
For a more detailed guide, including tips and tricks, check out [our blog][very_good_workflows_blog_link].

0 commit comments

Comments
 (0)