semserver.md
July 15, 2021 · View on GitHub
Bookmarks tagged [semserver]
www.codever.land/bookmarks/t/semserver
Introduction - semantic-release
https://semantic-release.gitbook.io/semantic-release/
semantic-release automates the whole package release workflow including: determining the next version number, generating the release notes and publishing the package.
This removes the immediate conne...
- tags: semserver, release, semantic-release, semantic-versioning
- :octocat: source code
Sort Git Tags by Ascending and Descending Semver
https://andy-carter.com/blog/sort-git-tags-by-ascending-and-descending-semver
Semver is a popular way of versioning applications and software libraries. However, if you use git tag to list out all your tagged versions of a Git repository you’ll probably find the tags returned a...
Semantic versioning and npm
https://docs.npmjs.com/getting-started/semantic-versioning
Video and text explaining how Npm Versioning works...