RFC: Publish set the tag accordingly to the semver version number#317
Closed
theoludwig wants to merge 1 commit into
Closed
RFC: Publish set the tag accordingly to the semver version number#317theoludwig wants to merge 1 commit into
theoludwig wants to merge 1 commit into
Conversation
Contributor
|
An alternative might be a new config value that opts in to this behavior, that then the project could put in its |
|
Just to document another thing I hope we could change related to dist-tags. If Ended up discussing this on the call, and if we opt'd for a |
This was referenced Feb 10, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently : Versions numbers have no direct connection with dist-tags.
It should be possible to run
npm publishwithout specifying the--tagargument, instead it will pick the tag based on the semver version number (insidepackage.json).Examples of various versions values inside
package.json16.0.3release the package attached to thelatesttag16.0.3-tagname.1release the package attached to thetagnametag16.0.3-beta.1release the package attached to thebetatagReferences
npm/feedback: npm publish and tag releases feedback#194yarnpkgabout the same feature : [Feature] yarn npm publish set the tag accordingly to the version number yarnpkg/berry#2444latesttag discussion : Mutability of the `latest` tag feedback#109