Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: v1.17.0 #205

Merged
merged 3 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions .github/cspell.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"version": "0.2",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"dictionaries": ["vgv_allowed",
"vgv_forbidden"],
"dictionaries": ["vgv_allowed", "vgv_forbidden"],
"dictionaryDefinitions": [
{
"name": "vgv_allowed",
Expand All @@ -18,23 +17,24 @@
"useGitignore": true,
"words": [
"amannn",
"endtemplate",
"APPDATA",
"brickhub",
"noopener",
"typecheck",
"clsx",
"Infima",
"Csvg",
"clsx",
"xlink",
"linecap",
"Contador",
"localizable",
"mostrado",
"página",
"endtemplate",
"APPDATA",
"brickhub",
"noopener",
"typecheck",
"clsx",
"Infima",
"Csvg",
"clsx",
"xlink",
"linecap",
"Contador",
"localizable",
"mostrado",
"página",
"Texto",
"creatordate",
"retag"
"retag",
"webfactory"
]
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 1.17.0

- **dart_package:**
- chore(deps): bump webfactory/ssh-agent from 0.8.0 to 0.9.0 ([#175](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/175))
- chore(deps): bump VeryGoodOpenSource/very_good_coverage from 2 to 3 ([#178](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/178))
- feat: add "--no-example" flag in dart pub get ([#183](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/183))
- fix: change skip_example to no_example ([#196](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/196))
- docs: add no_example docs ([#197](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/197))
- **flutter_package:**
- chore(deps): bump webfactory/ssh-agent from 0.8.0 to 0.9.0 ([#175](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/175))
- chore(deps): bump VeryGoodOpenSource/very_good_coverage from 2 to 3 ([#178](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/178))
- **license_check:**
- chore(deps): bump webfactory/ssh-agent from 0.8.0 to 0.9.0 ([#175](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/175))
- docs: add ssh_key secret documentation ([#198](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/198))
- docs: add an explanation to the example usage ([#199](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/199))
- **spell_check:**
- chore(deps): bump streetsidesoftware/cspell-action from 5 to 6 ([#177](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/177))
- **dart_pub_publish:**
- fix: use `secrets` for credential information ([#182](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/182))
- **flutter_pub_publish:**
- fix: use `secrets` for credential information ([#182](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/182))
- **mason_publish:**
- fix: use `secrets` for credential information ([#182](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/182))
- **semantic_pull_request:**
- docs: updating semantic pull request docs ([#174](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/174))

# 1.16.1

- fix(dart_package): runnable skipped tests in Dart packages ([#168](https://github.com/VeryGoodOpenSource/very_good_workflows/pull/168))
Expand Down