Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bgokden committed Nov 29, 2019
1 parent 70e8263 commit 823b52e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,17 @@ Read version from git tag and update git tag and print version to a go package n
$ ./semver_version.sh -l go -f ./semantic_version/version.go
```

...
To trigger a major release use "[major]" keyword in your git commit message.
Ex:

```
Add new feature abc [major]
- line 1
- line 2
```

Currently multiline messages merged into one line in the release command.
For minor releases use "[minor]"
Default release type is patch

Build versions and pre-releases are not supported.

0 comments on commit 823b52e

Please sign in to comment.