File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ dependencies:
130130
131131# # Release
132132
133- You have two options :
134- 1. Create a new tag locally and push it .
135- 2 . Create a release manually on the GitHub.
133+ 1. Bump the `BinaryDependenciesManager` version in the `Sources/CommandLine/main.swift`.
134+ 2. Merge changes to the main branch .
135+ 3 . Create a release manually on the GitHub or create tag locally and push it to the remote .
136136
137137After tag is created the `Build Multi-Platform Binary` action will be executed. It will build and add all binaries to the release assets.
138138
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ setbuf(stdout, nil)
1717
1818struct BinaryDependenciesManager : ArgumentParser . ParsableCommand {
1919 /// The version of the binary dependencies manager.
20- static let version : Version = " 0.0.4 "
20+ static let version : Version = " 0.1.0-rc.1 "
2121
2222 static let configuration = CommandConfiguration (
2323 abstract: " Binary dependencies resolver " ,
You can’t perform that action at this time.
0 commit comments