mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-12 10:14:22 -05:00
6 lines
159 B
Bash
6 lines
159 B
Bash
#!/bin/bash
|
|
|
|
npx conventional-changelog-cli -p angular -i CHANGELOG.md -s -r 0
|
|
flutter build ios --no-tree-shake-icons
|
|
flutter build apk --no-tree-shake-icons
|