Skip to content

Commit 0a11a56

Browse files
committed
update readme
1 parent 51193c2 commit 0a11a56

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,6 @@ Branch naming convention: anything except `master`, `develop`, `release-{n}`, or
135135

136136
**develop**, **feature** and **pull-request** builds are considered nightly builds and as such are not in strict adherence to SemVer.
137137

138-
## Repository to test
139-
140-
So this project assumes you have https://github.com/Particular/GitFlowVersionTestRepo checked out to the same directory for running unit tests
141-
142-
Make sure to get all remote branched using:
143-
144-
for remote in `git branch -r `; do git branch --track $remote; done
145-
146138
## Release Candidates
147139

148140
How do we do release candidates?? Perhaps tag a release branch and then count commits forward from the tag to get RC1, RC2 etc??

0 commit comments

Comments
 (0)