File tree Expand file tree Collapse file tree 2 files changed +33
-21
lines changed
Expand file tree Collapse file tree 2 files changed +33
-21
lines changed Original file line number Diff line number Diff line change 11changelog :
2- path : CHANGELOG.md
3-
4- commits :
2+ file : CHANGELOG.md
53 types :
6- - type : feat
7- section : Added
8- - type : fix
9- section : Fixed
10- - type : docs
11- section : Documentation
12- - type : refactor
13- section : Changed
14- - type : perf
15- section : Changed
16- - type : test
17- hidden : true
18- - type : chore
19- hidden : true
20- - type : ci
21- hidden : true
22- - type : build
23- hidden : true
4+ feat : Features
5+ fix : Bug Fixes
6+ docs : Documentation
7+ style : Styles
8+ refactor : Code Refactoring
9+ perf : Performance Improvements
10+ test : Tests
11+ build : Build System
12+ ci : Continuous Integration
13+ chore : Chores
14+ revert : Reverts
15+ includeHash : true
16+ includeDate : true
17+ includeAuthor : false
18+ version :
19+ files :
20+ - package.json
21+ tagPrefix : v
22+ tagMessage : Release {version}
23+ commitMessage : " release: {version}"
24+ commits :
25+ conventional : true
26+ allowCustomTypes : true
27+ git :
28+ push : true
29+ pushTags : true
30+ signTags : true
31+ signCommits : false
Original file line number Diff line number Diff line change @@ -17,3 +17,7 @@ All notable changes to this project will be documented in this file.
1717### Documentation
1818
1919- update readme ([ b873752] ( https://github.com/jorisnoo/laravel-remote-sync/commit/b87375272fcc6532259df53e03f6929aa71ab00a ) )
20+
21+ ### Chores
22+
23+ - ** release:** 0.1.0 ([ 3cc5975] ( https://github.com/jorisnoo/laravel-remote-sync/commit/3cc5975a40004d6371bd829d0af8da9447acb59d ) )
You can’t perform that action at this time.
0 commit comments