@@ -404,12 +404,13 @@ attribute.
404404| `v1.2.3` | `v{{major}}` | `v1` |
405405| `v1.2.3` | `{{minor}}` | `2` |
406406| `v1.2.3` | `{{patch}}` | `3` |
407- | `v2.0.8-beta.67` | `{{raw}}` | `2 .0.8-beta.67`* |
407+ | `v2.0.8-beta.67` | `{{raw}}` | `v2 .0.8-beta.67` |
408408| `v2.0.8-beta.67` | `{{version}}` | `2.0.8-beta.67` |
409409| `v2.0.8-beta.67` | `{{major}}.{{minor}}` | `2.0.8-beta.67`* |
410410
411- > *Pre-release (rc, beta, alpha) will only extend `{{version}}` as tag because they are updated frequently,
412- > and contain many breaking changes that are (by the author's design) not yet fit for public consumption.
411+ > *Pre-release (rc, beta, alpha) will only extend `{{version}}` (or `{{raw}}` if specified) as tag
412+ > because they are updated frequently, and contain many breaking changes that are (by the author's design)
413+ > not yet fit for public consumption.
413414
414415Extended attributes and default values :
415416
@@ -446,15 +447,16 @@ custom value through `value` attribute.
446447| `v1.2.3` | `{{version}}` | `1.2.3` |
447448| `1.2.3` | `{{major}}.{{minor}}` | `1.2` |
448449| `1.2.3` | `v{{major}}` | `v1` |
449- | `1 .2.3rc2` | `{{raw}}` | `1 .2.3rc2`* |
450+ | `v1 .2.3rc2` | `{{raw}}` | `v1 .2.3rc2` |
450451| `1.2.3rc2` | `{{version}}` | `1.2.3rc2` |
451452| `1.2.3rc2` | `{{major}}.{{minor}}` | `1.2.3rc2`* |
452453| `1.2.3post1` | `{{major}}.{{minor}}` | `1.2.3.post1`* |
453454| `1.2.3beta2` | `{{major}}.{{minor}}` | `1.2.3b2`* |
454455| `1.0dev4` | `{{major}}.{{minor}}` | `1.0.dev4`* |
455456
456- > *dev/pre/post release will only extend `{{version}}` as tag because they are updated frequently,
457- > and contain many breaking changes that are (by the author's design) not yet fit for public consumption.
457+ > *dev/pre/post release will only extend `{{version}}` (or `{{raw}}` if specified) as tag
458+ > because they are updated frequently, and contain many breaking changes that are (by the author's design)
459+ > not yet fit for public consumption.
458460
459461Extended attributes and default values :
460462
0 commit comments