Skip to content

Commit 1da47a6

Browse files
committed
Merge branch 'main' into julien/migrations
2 parents 0911832 + 644996d commit 1da47a6

File tree

66 files changed

+2309
-533
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+2309
-533
lines changed

.github/mergify.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
queue_rules:
2+
- name: default
3+
conditions:
4+
- "#approved-reviews-by>1"
5+
6+
pull_request_rules:
7+
- name: automerge to main with label automerge and branch protection passing
8+
conditions:
9+
- "#approved-reviews-by>1"
10+
- base=main
11+
actions:
12+
queue:
13+
name: default
14+
method: squash
15+
commit_message_template: |
16+
{{ title }} (#{{ number }})
17+
{{ body }}
18+
- name: backport patches to v28.x.y branch
19+
conditions:
20+
- base=main
21+
- label=backport/v28.x.y
22+
actions:
23+
backport:
24+
branches:
25+
- release/v28.x.y

.github/workflows/release-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
goarch: [amd64, arm64]
7474
steps:
7575
- uses: actions/checkout@v3
76-
- uses: wangyoucao577/go-release-action@v1.40
76+
- uses: wangyoucao577/go-release-action@v1.43
7777
with:
7878
github_token: ${{ secrets.GITHUB_TOKEN }}
7979
project_path: "./ignite/cmd/ignite"

changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@
44

55
### Features
66

7+
- [#3924](https://github.com/ignite/cli/pull/3924) Scaffold NFT module by default
8+
- [#3839](https://github.com/ignite/cli/pull/3839) New structure for app scaffolding
79
- [#3835](https://github.com/ignite/cli/pull/3835) Add `--minimal` flag to `scaffold chain` to scaffold a chain with the least amount of sdk modules
10+
- [#3820](https://github.com/ignite/cli/pull/3820) Add integration tests for IBC chains
11+
12+
### Changes
13+
14+
- [#3899](https://github.com/ignite/cli/pull/3899) Introduce `plugin.Execute` function
15+
- [#3903](https://github.com/ignite/cli/pull/3903) Don't specify a default build tag and deprecate notion of app version
16+
17+
### Bug Fixes
18+
19+
- [#3905](https://github.com/ignite/cli/pull/3905) Fix `ignite completion`
820

921
## [`v28.1.1`](https://github.com/ignite/cli/releases/tag/v28.1.1)
1022

0 commit comments

Comments
 (0)