Readme.md in torba-0.1.1 vs Readme.md in torba-0.2.0
- old
+ new
@@ -127,9 +127,15 @@
```
gh_release "scroll_magic", source: "janpaepke/ScrollMagic", tag: "v.2.0.0"
```
+You can omit the name, it will be equal to the repository name:
+
+```
+gh_release source: "janpaepke/ScrollMagic", tag: "v.2.0.0" # "ScrollMagic" is assumed
+```
+
### "Packing the torba" process
When you run `torba pack` the following happens:
1. All remote sources are cached locally.