-
Updated
Dec 25, 2021 - JavaScript
#
semantic-versioning
Here are 241 public repositories matching this topic...
The commitizen command line utility. #BlackLivesMatter
javascript
git
node
utilities
command-line
commitizen
semantic-versioning
commit-hooks
semantic-release
commitizen-adapter
Semantic Versioning (semver) library written in golang
-
Updated
Nov 30, 2021 - Go
Tests if module's dependencies can be updated to latest version
-
Updated
Apr 7, 2018 - JavaScript
cli
hooks
react-native
semver
versioning
semantic-versioning
release
npm-version
create-react-native-app
expo
-
Updated
Sep 1, 2021 - JavaScript
Gradle release & version management plugin.
gradle
gradle-plugin
versioning
semantic-versioning
release
release-automation
hacktoberfest
gradle-release
-
Updated
Nov 29, 2021 - Groovy
Python package to work with Semantic Versioning (http://semver.org/)
python
versions
semver
versioning
version
semantic-versioning
release
semver-format
semantic-version
semver-tag
semver-release
semver-cli
-
Updated
Nov 6, 2021 - Python
Plugin for Poetry to enable dynamic versioning based on VCS tags
python
plugin
git
poetry
mercurial
fossil-scm
versioning
subversion
semantic-versioning
bazaar
darcs
dynamic-version
fossil
-
Updated
Dec 18, 2021 - Python
LibScout: Third-party library detector for Java/Android apps
-
Updated
Oct 25, 2019 - Java
Makefile for building docker repository releases
-
Updated
Apr 21, 2020 - Python
github
go
gitlab
gitlab-ci
semver
semantic-versioning
semantic-release
semantic-version
github-actions
-
Updated
Dec 13, 2021 - Go
Represent and compare versions via semantic versioning (SemVer) in Swift
-
Updated
Nov 13, 2020 - Swift
Semantic Versioning for modern C++
c-plus-plus
cplusplus
cpp
semver
semantic-versioning
header-only
cpp17
c-plus-plus-17
no-dependencies
single-file
cplusplus-17
-
Updated
Dec 22, 2021 - C++
Semantic versioning helper library for PHP
-
Updated
Aug 25, 2021 - PHP
Dynamic versioning library and CLI
python
git
cli
mercurial
fossil-scm
versioning
subversion
semantic-versioning
bazaar
darcs
fossil
dynamic-ve
-
Updated
Dec 18, 2021 - Python
Minecraft mod written in Java
-
Updated
Dec 18, 2021 - Java
Interactive CLI that bumps your version numbers and more
-
Updated
Aug 29, 2020 - JavaScript
Gradle plugin to generate version-numbers and tags using semantic versioning
-
Updated
Jun 10, 2021 - Groovy
Automatic versioning and CHANGELOG generation, using conventional commit messages
-
Updated
Dec 19, 2021 - C#
GitHub Action for running semantic-release. Respects any .releaserc.js configuration file in your repo. Sets output and environment variables for you to use in subsequent actions.
-
Updated
Apr 26, 2021 - JavaScript
hoodie
commented
Dec 6, 2021
Hi there,
lovely tool, I use it a lot. There is one thing I always assume it does, but doesn't.
You can already pass --message or -m to git commit and it will fill in the message instead of opening the editor.
Do you think this would be complicated to add?
Create semantic version tags for your Go packages, search and discover new packages
-
Updated
Jun 14, 2019 - Go
Command line tool for releasing new versions of a project
-
Updated
Aug 9, 2021 - PHP
libsv - Public domain cross-platform semantic versioning in c99
-
Updated
Nov 17, 2021 - C
Gradle plugin providing very minimal release version numbering (Git-specific)
-
Updated
Dec 14, 2021 - Groovy
Helper tool to verify semantic version changes based on API surface area changes
-
Updated
Nov 24, 2021 - F#
-
Updated
Dec 4, 2021 - Go
-
Updated
Jun 14, 2021 - Go
Bash command to automate tag semantic versioning
-
Updated
Nov 19, 2021 - Shell
Improve this page
Add a description, image, and links to the semantic-versioning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the semantic-versioning topic, visit your repo's landing page and select "manage topics."


Description
A config option to include an additional question at the end of
cz committhat displays the DCO and asks if the committer agrees to the DCO and, if yes, appends the lineSigned-off-by: [NAME] <[EMAIL]>at the end of the commit message.[NAME]and[EMAIL]would be pulled from git config.Possible Solutions