Skip to content

Commit

Permalink
new release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Apr 28, 2022
1 parent 27ff2b0 commit f380a7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,7 @@ fastlane/test_output
# https://github.com/johnno1962/injectionforxcode

iOSInjectionProject/


# Will added this
/.swiftpm
10 changes: 6 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@
2. Create binaries

1. ```sh
xcodebuild
swift build -c release
```

2. ```sh
build/Release/CoreLocationCLI -h
./.build/arm64-apple-macosx/debug/CoreLocationCLI --help
```

3. Zip it using Finder

3. Copy that binary into the GitHub release

4. Push to Homebrew cask
4. Push to Homebrew, see details [here](https://github.com/Homebrew/homebrew-cask/blob/master/CONTRIBUTING.md#updating-a-cask)

1. The PR can be autogenerated using the `cask-repair` script; see details [here](https://github.com/Homebrew/homebrew-cask/blob/master/CONTRIBUTING.md#updating-a-cask)
1. ```sh
brew bump-cask-pr --version 4.0.0 CoreLocationCLI
```

0 comments on commit f380a7b

Please sign in to comment.