File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 {
55 "label" : " Run Jekyll Server" ,
66 "type" : " shell" ,
7- "command" : " ./tools/run.sh " ,
7+ "command" : " bundle exec jekyll serve --livereload " ,
88 "group" : {
99 "kind" : " build" ,
1010 "isDefault" : true
1515 {
1616 "label" : " Build Jekyll Site" ,
1717 "type" : " shell" ,
18- "command" : " ./tools/test.sh " ,
18+ "command" : " bundle exec jekyll build " ,
1919 "group" : {
2020 "kind" : " build"
2121 },
Original file line number Diff line number Diff line change 7272 " always"
7373 ]
7474 }
75- },
76- "release" : {
77- "branches" : [
78- " production"
79- ],
80- "plugins" : [
81- [
82- " @semantic-release/commit-analyzer" ,
83- {
84- "preset" : " conventionalcommits"
85- }
86- ],
87- [
88- " @semantic-release/release-notes-generator" ,
89- {
90- "preset" : " conventionalcommits" ,
91- "presetConfig" : {
92- "types" : [
93- {
94- "type" : " feat" ,
95- "section" : " Features"
96- },
97- {
98- "type" : " fix" ,
99- "section" : " Bug Fixes"
100- },
101- {
102- "type" : " perf" ,
103- "section" : " Improvements"
104- },
105- {
106- "type" : " refactor" ,
107- "section" : " Changes" ,
108- "hidden" : true
109- }
110- ]
111- }
112- }
113- ],
114- [
115- " @semantic-release/changelog" ,
116- {
117- "changelogFile" : " docs/CHANGELOG.md" ,
118- "changelogTitle" : " # Changelog"
119- }
120- ],
121- [
122- " @semantic-release/npm" ,
123- {
124- "npmPublish" : false
125- }
126- ],
127- [
128- " @semantic-release/exec" ,
129- {
130- "prepareCmd" : " bash tools/release.sh --prepare" ,
131- "publishCmd" : " bash tools/release.sh"
132- }
133- ],
134- [
135- " @semantic-release/git" ,
136- {
137- "assets" : [
138- " docs" ,
139- " package.json" ,
140- " *.gemspec"
141- ],
142- "message" : " chore(release): ${nextRelease.version}\n\n ${nextRelease.notes}"
143- }
144- ],
145- " @semantic-release/github"
146- ]
14775 }
14876}
You can’t perform that action at this time.
0 commit comments