Skip to content

Commit f4846ab

Browse files
author
Qing
committed
fix: retry release
1 parent ca1d04c commit f4846ab

File tree

7 files changed

+18
-45
lines changed

7 files changed

+18
-45
lines changed

.changeset/curly-rivers-play.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@chirpy-dev/main-app': minor
3+
---
4+
5+
- Real-time comments
6+
- Widget's analytics
7+
- Email & Web notification
8+
- Customizable widget

.changeset/tricky-dolphins-shout.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chirpy-dev/comment-bootstrapper': minor
3+
---
4+
5+
- Init comment widget via script or a npm package

.github/workflows/chromatic.yml

+3-10
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,10 @@ jobs:
3939
run: pnpm install
4040

4141
- name: Publish to Chromatic
42-
if: github.ref != 'refs/heads/main'
4342
uses: chromaui/action@v1
4443
with:
4544
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
4645
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/**'

apps/comment-bootstrapper/CHANGELOG.md

-15
This file was deleted.

apps/comment-bootstrapper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chirpy-dev/comment-bootstrapper",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"main": "./dist/index.js",
55
"scripts": {
66
"dev": " vite",

apps/main/CHANGELOG.md

-18
This file was deleted.

apps/main/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chirpy-dev/main-app",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"license": "Apache License 2.0",
55
"scripts": {
66
"chromatic": "chromatic --exit-zero-on-changes",

0 commit comments

Comments
 (0)