-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewritten git feature to use git cli (#99)
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ This project was started to solve the following issues: | |
- npmjs was built for the js ecosystem not for solidity | ||
- github versioning of the releases is a pain and not all the projects are using it correctly | ||
|
||
## Version 0.2.18 | ||
## Version 0.2.19 | ||
|
||
### Version 0.2.18 introduces the following breaking changes | ||
### Version 0.2.19 introduces the following breaking changes | ||
|
||
Now you can use git to install a dependency. Supported platforms: github and gitlab. | ||
For now, we support only public repositories. | ||
|
@@ -47,7 +47,7 @@ soldeer install test-project~v1 https://gitlab.com/test/test.git | |
Or using custom commit hashes | ||
|
||
```bash | ||
soldeer install test-project~v1 [email protected]:test/test.git 345e611cd84bfb4e62c583fa1886c1928bc1a464 | ||
soldeer install test-project~v1 [email protected]:test/test.git --rev 345e611cd84bfb4e62c583fa1886c1928bc1a464 | ||
``` | ||
|
||
### Version 0.2.7 introduces the following breaking changes | ||
|