Skip to content

Commit

Permalink
doc: enhance example.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Aug 29, 2017
1 parent 7aba8dc commit 709c439
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Flags:

[source,bash]
----
gcg -c"v1.3.0-rc1" -p"v1.2.0-rc1" -o"containous" -r"traefik" -t"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
gcg -p"v1.2.0-rc1" -c"v1.3.0-rc1" -o"containous" -r"traefik" -t"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
----

=== Next major release (RC1 on master)
Expand All @@ -54,7 +54,7 @@ image::https://cloud.githubusercontent.com/assets/5674651/26466830/73dc7200-4190

[source,bash]
----
gcg -c"master" -p"v1.3.0-rc1" -f"v1.4.0-rc1" -b"master" \
gcg -b"master" -p"v1.3.0-rc1" -c"master" -f"v1.4.0-rc1" \
-o"containous" -r"traefik" -t"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
--exclude-label="area/infrastructure" \
--enhancement-label="kind/enhancement" --doc-label="area/documentation" --bug-label="kind/bug/fix" \
Expand All @@ -69,7 +69,7 @@ image::https://cloud.githubusercontent.com/assets/5674651/26466836/78568b90-4190

[source, bash]
----
gcg -c"v1.3" -p"v1.3.0-rc1" -f"v1.3.0-rc2" -b"v1.3" \
gcg -b"v1.3" -p"v1.3.0-rc1" -c"v1.3" -f"v1.3.0-rc2" \
-o"containous" -r"traefik" \
--exclude-label="area/infrastructure" \
--enhancement-label="kind/enhancement" --doc-label="area/documentation" --bug-label="kind/bug/fix" \
Expand All @@ -84,7 +84,7 @@ image::https://cloud.githubusercontent.com/assets/5674651/26466840/7c47f414-4190

[source, bash]
----
gcg -c"v1.3.0-rc1" -p"v1.2.0-rc1" -b"master" \
gcg -b"master" -p"v1.2.0-rc1" -c"v1.3.0-rc1" \
-o"containous" -r"traefik" \
--exclude-label="area/infrastructure" \
--enhancement-label="kind/enhancement" --doc-label="area/documentation" --bug-label="kind/bug/fix" \
Expand All @@ -99,7 +99,7 @@ image::https://cloud.githubusercontent.com/assets/5674651/26466844/81fdfe12-4190

[source, bash]
----
gcg -c"v1.3.0-rc2" -p"v1.3.0-rc1" -b"v1.3" \
gcg -b"v1.3" -p"v1.3.0-rc1" -c"v1.3.0-rc2" \
-o"containous" -r"traefik" \
--exclude-label="area/infrastructure" \
--enhancement-label="kind/enhancement" --doc-label="area/documentation" --bug-label="kind/bug/fix" \
Expand All @@ -110,13 +110,27 @@ gcg -c"v1.3.0-rc2" -p"v1.3.0-rc1" -b"v1.3" \

[source, bash]
----
gcg -c"v1.3" -p"v1.3.0-rc1" -f"v1.3.0" -b"v1.3" \
gcg -b"v1.3" -p"v1.3.0-rc1" -c"v1.3" -f"v1.3.0" \
-o"containous" -r"traefik" \
--exclude-label="area/infrastructure" \
--enhancement-label="kind/enhancement" --doc-label="area/documentation" --bug-label="kind/bug/fix" \
--dl-options.prefix-filter="area/" \
--dl-options.prefix-filter="area/,platform/" \
--dl-options.suffix-exclude="documentation" \
--dl-options.prefix-trim="area/,provider/" \
--dl-options.prefix-trim="area/provider/,area/middleware/,area/,platform/" \
--debug
----

[source, bash]
----
gcg \
--base-branch="v1.3" --previous-ref="v1.3.0-rc1" \
--current-ref="v1.3" --future-ref-name="v1.3.0" \
--owner="containous" --repo-name="traefik" \
--exclude-label="area/infrastructure" \
--enhancement-label="kind/enhancement" --doc-label="area/documentation" --bug-label="kind/bug/fix" \
--dl-options.prefix-filter="area/,platform/" \
--dl-options.suffix-exclude="documentation" \
--dl-options.prefix-trim="area/provider/,area/middleware/,area/,platform/" \
--debug
----

Expand Down

0 comments on commit 709c439

Please sign in to comment.