Commit 48d8f8f
feat: export new RELEASE_TYPES constant
Which will help library consumers better integrate semver into their apps.
Possible usecases of consuming this constant:
- Automatically show a dropdown of available release types that conform to the semver spec
- Validate user inputs where a release type is expected1 parent f66cc45 commit 48d8f8f
2 files changed
+14
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
12 | 22 | | |
13 | | - | |
14 | 23 | | |
15 | | - | |
16 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
17 | 28 | | |
0 commit comments