Skip to content

Commit

Permalink
fix: release v0.3.5 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
winchesHe authored Nov 5, 2024
1 parent a772ea3 commit e0e2c09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
tags:
- 'v*'
branches: [main]
workflow_dispatch: # Allows manual triggering of the workflow

jobs:
Expand All @@ -27,6 +26,7 @@ jobs:
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
continue-on-error: true # Don't block the release, release notes can be added manually

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## [0.3.5](https://github.com/nextui-org/nextui-cli/compare/v0.3.4...v0.3.5) (2024-11-04)
## [0.3.5](https://github.com/nextui-org/nextui-cli/compare/v0.3.4...v0.3.5) (2024-11-05)

### Bug Fixes

- modal tailwindcss config ([#97](https://github.com/nextui-org/nextui-cli/issues/97)) ([14ac5ac](https://github.com/nextui-org/nextui-cli/commit/14ac5ac98a8d3d0895786f207f49ec54574db8c8))
- release node version ([#107](https://github.com/nextui-org/nextui-cli/issues/107)) ([a772ea3](https://github.com/nextui-org/nextui-cli/commit/a772ea3d4a0397416f080919a81b8bb5fff9d102))
- rename issue ([#98](https://github.com/nextui-org/nextui-cli/issues/98)) ([6ab7e42](https://github.com/nextui-org/nextui-cli/commit/6ab7e4205d7a674296e53254d61824b2378020f2))

### Features
Expand Down

0 comments on commit e0e2c09

Please sign in to comment.