File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Sources/LFSPointersExecutable Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ $ LFSPointers --generate-completion-script bash > ~/.bash_completions/LFSPointer
199199Add this to the ` dependencies` array in ` Package.swift` :
200200
201201` ` ` swift
202- .package(url: " https://github.com/LebJe/LFSPointers.git" , from: “3 .0.0”)
202+ .package(url: " https://github.com/LebJe/LFSPointers.git" , from: “4 .0.0”)
203203` ` `
204204. Also add this to the ` targets` array in the aforementioned file:
205205
Original file line number Diff line number Diff line change 11# Release Process
22
3- 1 . Update version number in ` README.md `
4- 2 . Update version number in ` Sources/LFSPointersExecutable/main.swift `
3+ 1 . Update version number in ` README.md ` , line 202.
4+ 2 . Update version number in ` Sources/LFSPointersExecutable/main.swift ` , line 42.
553 . Create GitHub release, and wait for builds to finish.
6- 3 . Update version number in ` Scripts/installDeb.sh `
7- 4 . Update version number in [ lfs-pointers.rb] ( https://github.com/LebJe/homebrew-formulae/blob/master/lfs-pointers.rb )
6+ 3 . Update version number in ` Scripts/installDeb.sh ` .
7+ 4 . Update version number in [ lfs-pointers.rb] ( https://github.com/LebJe/homebrew-formulae/blob/master/lfs-pointers.rb ) .
885 . Build Homebrew bottle.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ struct LFSPointersCommand: ParsableCommand {
3939 commandName: " LFSPointers " ,
4040 abstract: " Replaces large files in a Git repository directory with Git LFS pointers. " ,
4141 discussion: " JSON STRUCTURE: \n \( jsonStructure) " ,
42- version: " 3 .0.0"
42+ version: " 4 .0.0"
4343 )
4444
4545 @Flag ( name: . shortAndLong, help: " Whether to display verbose output. " )
You can’t perform that action at this time.
0 commit comments