1
0
mirror of https://github.com/git-touch/git-touch synced 2025-02-02 08:56:54 +01:00

6 lines
159 B
Bash
Raw Normal View History

2020-10-08 17:17:32 +08:00
#!/bin/bash
2021-06-14 17:42:52 +08:00
npx conventional-changelog-cli -p angular -i CHANGELOG.md -s -r 0
2020-10-08 17:17:32 +08:00
flutter build ios --no-tree-shake-icons
flutter build apk --no-tree-shake-icons