feat: add fallbackTag functionality
You can now map dist-tags onto "fallbackTags". E.g. if you want a development channel like "next" and no version is currently published as "next" semantic-release could fallback to "latest" to determine the new "next" version. You can specify your mappings by adding "fallbackTags" to your `package.json`'s "release" field.
This commit is contained in:
parent
90174c80a0
commit
360a514171
@ -24,7 +24,7 @@
|
|||||||
"@semantic-release/commit-analyzer": "^2.0.0",
|
"@semantic-release/commit-analyzer": "^2.0.0",
|
||||||
"@semantic-release/condition-travis": "^4.0.0",
|
"@semantic-release/condition-travis": "^4.0.0",
|
||||||
"@semantic-release/error": "^1.0.0",
|
"@semantic-release/error": "^1.0.0",
|
||||||
"@semantic-release/last-release-npm": "^1.1.1",
|
"@semantic-release/last-release-npm": "^1.2.0",
|
||||||
"@semantic-release/release-notes-generator": "^2.0.0",
|
"@semantic-release/release-notes-generator": "^2.0.0",
|
||||||
"git-head": "^1.2.1",
|
"git-head": "^1.2.1",
|
||||||
"github": "^0.2.4",
|
"github": "^0.2.4",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user