Skip to content

Commit

Permalink
chore: fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wood3n committed Sep 11, 2024
1 parent 0386614 commit fa73576
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/seven-suns-admire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fe-kit/components": patch
"@fe-kit/utils": patch
---

fix release ci
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: npx turbo run build && npx changeset publish --tag latest
publish: npx turbo run build && npx changeset publish
version: npx changeset version
title: "[Changesets ci] Auto release"
commit: "chore: auto update packages version and changelog"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/snapshot-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
Release:
name: SnapshotRelease
runs-on: ubuntu-latest
if: ${{ !startsWith(github.action.pull_request.title, '[Changesets ci]') }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.5 (2024-09-02)
# Changelog

## 1.0.6

Expand All @@ -12,6 +12,8 @@
- Updated dependencies [3ae70c2]
- @fe-kit/utils@1.0.3

## 1.0.5 (2024-09-02)

### 🩹 Fixes

- **@fe-kit/components:** fix npm version error
Expand Down
4 changes: 3 additions & 1 deletion packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.2 (2024-08-28)
# Changelog

## 1.0.3

Expand All @@ -8,6 +8,8 @@
- 43754c2: fix ci
- 3ae70c2: chore: fix ci

## 1.0.2 (2024-08-28)

### 🚀 Features

- init project ([943cfc6](https://github.com/wood3n/fe-kit/commit/943cfc6))
Expand Down

0 comments on commit fa73576

Please sign in to comment.