Skip to content

Commit

Permalink
docs: fix versioning strategy table rendering (#2131)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
lukekarrys and chingor13 authored Nov 27, 2023
1 parent cae5ac0 commit 87f4a93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/customizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ version given a list of parsed commits.
| `always-bump-minor` | Always bump minor version | |
| `always-bump-major` | Always bump major version |
| `service-pack` | Designed for Java backport fixes. Uses Maven's specification for service pack versions (e.g. 1.2.3-sp.1) |

| `prerelease` | Bumping prerelease number (eg. 1.2.0-beta01 to 1.2.0-beta02) or if prerelease type is set, using that in the prerelease part (eg. 1.2.1 to 1.3.0-beta) |

### Adding additional versioning strategy types
Expand Down

0 comments on commit 87f4a93

Please sign in to comment.