Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
go-semver
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vandalsWeb
go-semver
Commits
ec88fe9e
Verified
Commit
ec88fe9e
authored
4 years ago
by
BhEaN
Browse files
Options
Downloads
Patches
Plain Diff
docs(readme): improve documentation
parent
8951337f
Loading
Loading
1 merge request
!1
Initial development
Pipeline
#2706
failed with stages
in 1 minute and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-5
9 additions, 5 deletions
README.md
with
9 additions
and
5 deletions
README.md
+
9
−
5
View file @
ec88fe9e
[

](https://code.vandalsweb.com/vandalsweb/go-semver
.git
/pipelines)
[

](https://code.vandalsweb.com/vandalsweb/go-semver
s
/pipelines)
[

](https://conventionalcommits.org)
[

](https://goreportcard.com/report/code.vandalsweb.com/vandalsweb/go-semver)
GO semver
===
Simple application to get the next version of a project based in tags and the
conventional
commits
messages of git
Simple application to suggest the next version of a project (using the
[
semantic versioning
](
https://semver.org
)
specification) according
to the last commit messages writen in the
[
conventional commits
](
https://www.
conventionalcommits
.org
)
format.
Description
...
...
@@ -82,11 +82,15 @@ the required binary to the `bin/` directory.
References
---
Tools, external libraries and other third-part software used in the project:
Tools, external libraries
, useful references
and other third-part software used in the project:
-
[
git-hooks
](
https://github.com/git-hooks/git-hooks
)
: Hook manager.
-
[
git-chglog
](
https://github.com/git-hooks/git-hooks
)
: CHANGELOG generator.
-
[
ShellCheck
](
https://github.com/koalaman/shellcheck
)
: A shell script static analysis tool.
-
[
GoReleaser
](
https://goreleaser.com
)
: GoReleaser is a release automation tool for Go projects.
-
[
Semantic Versioning (semver)
](
https://semver.org
)
: A simple set of rules and requirements that dictate how version numbers are assigned and
incremented.
-
[
Conventional Commits
](
https://www.conventionalcommits.org
)
: A specification for adding human and machine readable meaning to commit
messages.
License
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment