See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
| package main | |
| import ( | |
| "bufio" | |
| "fmt" | |
| "net" | |
| "net/http" | |
| "net/url" | |
| "crypto/tls" |
| #!/usr/bin/env bash | |
| # list partitions | |
| lsblk -f | |
| # mount the root partition | |
| mount /dev/nvme1n1p2 /mnt | |
| # mount the boot partition | |
| mount /dev/nvme1n1p1 /mnt/boot |
See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs
| 1. Create a folder called Payload | |
| 2. Place the .app folder inside of that | |
| 3. Zip up the Payload folder using normal compression | |
| 4. Then rename the file with a .ipa extension |