mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-13 18:54:55 -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
|