File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1111 sh : find ./example -maxdepth 1 -mindepth 1 -type d
1212
1313tasks :
14+ release :
15+ desc : build and publish release
16+ cmds :
17+ - test {{.CLI_ARGS}}
18+ - grep -F '"{{.CLI_ARGS}}"' moon.mod.json
19+ - moon publish
20+ - git tag {{.CLI_ARGS}}
21+ - git push
22+ - git push --tags
23+ - gh release create --generate-notes {{.CLI_ARGS}}
24+
1425 format :
1526 cmds :
1627 - for : { var: MOON_MODULES }
Original file line number Diff line number Diff line change 11{
22 "name" : " firefly/firefly" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "readme" : " README.md" ,
55 "repository" : " https://github.com/firefly-zero/firefly-moon" ,
66 "license" : " MIT" ,
77 "keywords" : [" game" , " firefly-zero" ],
8- "description" : " A port of the SDK for Firefly Zero, a modern handheld game console using WebAssembly " ,
8+ "description" : " MoonBit SDK for making Firefly Zero games " ,
99 "source" : " src" ,
1010 "preferred-target" : " wasm"
1111}
You can’t perform that action at this time.
0 commit comments