docs: tweaking read me
This commit is contained in:
parent
36d09c0367
commit
dfcc08e78f
1 changed files with 10 additions and 10 deletions
20
README.md
20
README.md
|
@ -6,16 +6,16 @@ This utility does one thing only, calculate the [semantic version]() from Git co
|
||||||
|
|
||||||
For example, the version of "Package1" will be 1.2.4 and "Package2" will be 1.3.0 from the following commits:
|
For example, the version of "Package1" will be 1.2.4 and "Package2" will be 1.3.0 from the following commits:
|
||||||
|
|
||||||
- fix: fixing package1
|
- `fix: fixing package1`
|
||||||
- src/package1/file1.txt
|
- `src/package1/file1.txt`
|
||||||
- feat: fixing package2
|
- `feat: fixing package2`
|
||||||
- src/package2/file2.txt
|
- `src/package2/file2.txt`
|
||||||
- fix: sweeping change
|
- `fix: sweeping change`
|
||||||
- src/package1/file.txt
|
- `src/package1/file.txt`
|
||||||
- src/package2/file.txt
|
- `src/package2/file.txt`
|
||||||
- feat: current version [tagged "Package1-1.2.3", "Package2-1.2.3"]
|
- `feat: current version` [tagged "Package1-1.2.3", "Package2-1.2.3"]
|
||||||
- src/package1/file.txt
|
- `src/package1/file.txt`
|
||||||
- src/package2/file.txt
|
- `src/package2/file.txt`
|
||||||
|
|
||||||
In the above example, the second commit is ignored while calculating the "Package1" commits while the first one is ignored while calculating "Package2".
|
In the above example, the second commit is ignored while calculating the "Package1" commits while the first one is ignored while calculating "Package2".
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue