You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,13 @@ Longer explanation: Head to <https://adr.github.io/madr/#applying-madr-to-your-p
33
33
34
34
### Branches
35
35
36
-
| Branch | Meaning |
37
-
| -- | -- |
38
-
|`gh-pages`| Homepage showing the latest released version, rendered at <https://adr.github.io/madr>|
39
-
|`develop`| Latest developments, including homepage updates which should be published on a release. `gh-pages` should always be merged into this branch. |
40
-
|`release/v1`| Branch for latest release 1.x version of MADR. Introduced to fix [#92](https://github.com/adr/madr/issues/92)|
|`gh-pages`| Homepage showing the latest released version, rendered at <https://adr.github.io/madr>|
39
+
|`develop`| Latest developments, including homepage updates which should be published on a release. `gh-pages` should always be merged into this branch. |
40
+
|`release/vY`| Branch for latest release Y.x version of MADR. Introduced to fix [#92](https://github.com/adr/madr/issues/92)|
0 commit comments