@j-ulrich/release-it-regex-bumper 4.1.0 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -329,7 +329,7 @@ The template string also supports a set of placeholders:
|
|
|
329
329
|
- `{{prerelease}}` is replaced by the prerelease part of the new version or an empty string if the version does not
|
|
330
330
|
have a prerelease part.
|
|
331
331
|
Since: 1.2.0
|
|
332
|
-
- `{{prefixedPrerelease}}` is replaced by a dash ('-') followed by the prerelease part of the new version or
|
|
332
|
+
- `{{prefixedPrerelease}}` is replaced by a dash ('-') followed by the prerelease part of the new version or an empty
|
|
333
333
|
string if the version does not have a prerelease part.
|
|
334
334
|
Since: 3.0.0
|
|
335
335
|
- `{{build}}` is replaced by the build part of the new version or an empty string if the version does not have a
|