We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddcd84a commit b6aa677Copy full SHA for b6aa677
README.md
@@ -92,11 +92,11 @@ gitfile:
92
#relative path values are always relative to the path of the .gitfile
93
path: ~/workspace/github/Bobonium/
94
#optional: version to checkout (defaults to master)
95
- #tags, branch names and commit hases are all valid values
+ #tags, branch names and commit hashes are all valid values
96
#if you can run `git checkout $VERSION` it's valid
97
version: master
98
```
99
100
#### Release Cycle:
101
102
-Master branch will always be the current release; if it's good enough to merge, it's good enough to be released
+Master branch will always be the current release; if it's good enough to be merged, it's good enough to be released
0 commit comments