Skip to content

Commit 912e6bd

Browse files
committed
fix lint and add changelog
1 parent 97bfabe commit 912e6bd

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Fixes
6+
7+
- [#4909](https://github.com/ignite/cli/pull/4909) Ignore `context.Canceled` errors in Sentry reporting.
8+
59
## [`v29.9.2`](https://github.com/ignite/cli/releases/tag/v29.9.2)
610

711
- [#4904](https://github.com/ignite/cli/pull/4904) Add variadic options in `modulecreate.AddModuleToAppConfig`.

ignite/templates/module/create/app_config_ast.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ func SkipConfigEntry() AddModuleAppConfigOption {
2525
}
2626
}
2727

28-
// SpecifyModuleEntry allows to define to which field the module should be added in the app config.
29-
// E.g. "PreBlockers", "InitGenesis", "BeginBlockers", "EndBlockers"
28+
// E.g. "PreBlockers", "InitGenesis", "BeginBlockers", "EndBlockers".
3029
func SpecifyModuleEntry(fields ...string) AddModuleAppConfigOption {
3130
return func(opts *addModuleAppConfigOptions) {
3231
opts.runtimeFields = fields

0 commit comments

Comments
 (0)