diff options
author | Russell Belfer <rb@github.com> | 2014-06-20 10:15:03 -0700 |
---|---|---|
committer | Russell Belfer <rb@github.com> | 2014-06-20 10:15:03 -0700 |
commit | b247a39d8729014b5dfc104bfd8e8be2004e1f2e (patch) | |
tree | 48239c010ac372f0339daa94372a1337369f90d2 | |
parent | a142ed91e56284a01ed3e1a42cfb641a01493dd2 (diff) | |
download | libgit2-rb/contributing-updates.tar.gz |
missing parenrb/contributing-updates
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1444596d2..8ebb99154 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ easily accessible permanent record of the conversation. The `master` branch is the main branch where development happens. Releases are tagged -(e.g. [v0.21.0](https://github.com/libgit2/libgit2/releases/tag/v0.21.0) +(e.g. [v0.21.0](https://github.com/libgit2/libgit2/releases/tag/v0.21.0) ) and when a critical bug fix needs to be backported, it will be done on a `<tag>-maint` maintenance branch. |