File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 26
26
pip install -U Commitizen
27
27
28
28
- name : Check Commit Messages
29
- run : cz check --rev-range ac8f90b7c45e13e240d6c01a43d191b99f1aec4a ..HEAD
29
+ run : cz check --rev-range 4b3de72e9b2a1ea5b700851c25db6f42cb55e8fa ..HEAD
Original file line number Diff line number Diff line change 48
48
- name : Create Pull Request
49
49
uses : peter-evans/create-pull-request@v4
50
50
with :
51
- title : ' Release ${{ steps.cz.outputs.version }}'
51
+ title : ' chore: release ${{ steps.cz.outputs.version }}'
52
52
body : |
53
53
After merging this PR, tag the merge commit with:
54
54
```shell
Original file line number Diff line number Diff line change 32
32
- name : Install wasm-pack
33
33
run : curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
34
34
35
- - name : DFX prepare Certified Counter
36
- working-directory : examples/certification/certified-counter
37
- run : |
38
- dfx canister create --all
39
- dfx generate backend
35
+ - name : Generate canister declarations
36
+ run : dfx generate
40
37
41
38
- name : Build NPM packages
42
39
run : pnpm build
You can’t perform that action at this time.
0 commit comments