Top "Semantic-versioning" questions

Semantic Versioning is a community-driven version-numbering standard.

Are there npm version prerelease identifiers?

There is a very handy npm version command. Besides arguments like major, minor and patch it accepts arguments like prerelease, …

npm versioning semantic-versioning npm-cli
npm install using pre-release versions

i want to use pre-release versions in my package.json to get some dependencies in the latest version (containing als …

node.js npm semantic-versioning
Where do you store your Rails Application's version number?

We use the wonderful semantic versioning paradigm when versioning our rails app. One question I had was where is it …

ruby-on-rails versioning semantic-versioning
npm version to add alpha postfix

How can i bump the package.json version to contain -alpha using npm versioning. Running npm version <new version&…

node.js npm semantic-versioning
How to get the semver Major part of a Maven version?

Is it possible to get the major version (<Major>.<Minor>.<Patch>) of the project.…

maven semantic-versioning
Semantic versioning of REST apis?

I've evaluated a number of versioning schemas for REST apis (header, url, …). So far, the most reliable approach seems to …

api rest versioning semantic-versioning
Update package to a major release with NPM

Inside a Node.js project, it's not clear to me what is the correct workflow to ugpgrade a package to …

node.js npm updates semantic-versioning