Commit f4846ab Qing
committed
1 parent ca1d04c commit f4846ab Copy full SHA for f4846ab
File tree 7 files changed +18
-45
lines changed
7 files changed +18
-45
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @chirpy-dev/main-app ' : minor
3
+ ---
4
+
5
+ - Real-time comments
6
+ - Widget's analytics
7
+ - Email & Web notification
8
+ - Customizable widget
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @chirpy-dev/comment-bootstrapper ' : minor
3
+ ---
4
+
5
+ - Init comment widget via script or a npm package
Original file line number Diff line number Diff line change @@ -39,17 +39,10 @@ jobs:
39
39
run : pnpm install
40
40
41
41
- name : Publish to Chromatic
42
- if : github.ref != 'refs/heads/main'
43
42
uses : chromaui/action@v1
44
43
with :
45
44
projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
46
45
workingDir : ' ./apps/main'
47
- skip : ' @(renovate/**|dependabot/**)'
48
-
49
- - name : Publish to Chromatic and auto accept changes
50
- if : github.ref == 'refs/heads/main'
51
- uses : chromaui/action@v1
52
- with :
53
- projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
54
- workingDir : ' ./apps/main'
55
- autoAcceptChanges : true # 👈 Option to accept all changes
46
+ exitZeroOnChanges : true
47
+ autoAcceptChanges : " main"
48
+ skip : ' renovate/**'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chirpy-dev/comment-bootstrapper" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.0 .0" ,
4
4
"main" : " ./dist/index.js" ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chirpy-dev/main-app" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.0 .0" ,
4
4
"license" : " Apache License 2.0" ,
5
5
"scripts" : {
6
6
"chromatic" : " chromatic --exit-zero-on-changes" ,
You can’t perform that action at this time.
0 commit comments