Skip to content

Commit

Permalink
docs: correct link anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Apr 22, 2023
1 parent 19a919f commit 055c3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Snapshot pre-release version write plugin for release-it [![Latest Published Version](https://img.shields.io/npm/v/release-it-snapshot-prerelease-version)](https://www.npmjs.com/package/release-it-snapshot-prerelease-version) ![Coverage](https://img.shields.io/badge/coverage-100%25-success)

This [release-it plugin](https://github.com/release-it/release-it/blob/master/docs/plugins.md) overrides the **next** version
in case it is a [pre-release](https://semver.org/#spec-item-9) to match with [Snapshot logic](https://maven.apache.org/guides/getting-started/index.html#What_is_a_SNAPSHOT_version).
in case it is a [pre-release](https://semver.org/#spec-item-9) to match with [Snapshot logic](https://maven.apache.org/guides/getting-started/index.html#what-is-a-snapshot-version).

It will force the pre-release identifier to `SNAPSHOT` instead of the default numeric one (`1.2.4-0` becomes `1.2.4-SNAPSHOT`),
or will remove the numeric suffix after provided identifier (`1.2.4-beta.0` becomes `1.2.4-beta`).
Expand Down

0 comments on commit 055c3c2

Please sign in to comment.