Skip to content

Commit d3f94f1

Browse files
committed
fix: TT-104 update format commit
1 parent 6aa7aec commit d3f94f1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,17 @@ Install the following extensions:
7171
- **test**: Adding missing tests or correcting existing tests.
7272

7373
### Example
74-
TT-48 fix: #48 implement semantic versioning.
74+
fix: TT-48 implement semantic versioning
7575

7676
Prefix to use in the space fix:
7777
`(fix: |feat: |perf: |build: |ci: |docs: |refactor: |style: |test: )`
7878

79+
| Commit message | Release type |
80+
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------|
81+
| `fix(pencil): stop graphite breaking when too much pressure applied` | Patch Release |
82+
| `feat(pencil): add 'graphiteWidth' option` | ~~Minor~~ Feature Release |
83+
| `perf(pencil): remove graphiteWidth option`<br><br>`BREAKING CHANGE: The graphiteWidth option has been removed.`<br>`The default graphite width of 10mm is always used for performance reasons.` | ~~Major~~ Breaking Release |
84+
7985
## Code scaffolding
8086
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
8187

@@ -116,6 +122,4 @@ You can visit the app in the following link:
116122

117123
## Further help
118124

119-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
120-
121-
## Test to run semantic release
125+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

0 commit comments

Comments
 (0)