Skip to content

Commit

Permalink
ci: final try
Browse files Browse the repository at this point in the history
Signed-off-by: shinjith-dev <shinjithpallikkara@gmail.com>
  • Loading branch information
shinjith-dev committed Jun 30, 2024
1 parent 3e80b6c commit 438389c
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tauri-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
{
echo 'RELEASE_NOTES<<EOF'
npx git-cliff --current
npx git-cliff --bump --unreleased
echo EOF
} >> "$GITHUB_ENV"
Expand Down
151 changes: 78 additions & 73 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,104 +2,109 @@

All notable changes to this project will be documented in this file.

## [pomtick-v0.1.0] - 2024-06-30
## [unreleased]

### 🚀 Features

- Add semantic-release
- Create workflow
- Release version pomtick@0.1.0
- Add husky & commitlint
- Build fix & verify
- *(native)* Add compact mode
- Add styling for native
- Add shared theme object
- *(create-turbo)* Apply package-manager transform
- *(create-turbo)* Apply official-starter transform
- Add configuration option
- Add theme switch option
- Add footer & its hide animation
- Update color
- Add controls functionality
- Add auto start
- Integrate states flow into basic timer
- Add status indicator
- Add play/pause
- Add basic timer
- Project setup
- Add basic timer
- Add play/pause
- Add status indicator
- Integrate states flow into basic timer
- Add auto start
- Add controls functionality
- Update color
- Add footer & its hide animation
- Add theme switch option
- Add configuration option
- *(create-turbo)* Apply official-starter transform
- *(create-turbo)* Apply package-manager transform
- Add shared theme object
- Add styling for native
- *(native)* Add compact mode
- Build fix & verify
- Add husky & commitlint
- Release version pomtick@0.1.0
- Create workflow
- Add semantic-release

### 🐛 Bug Fixes

- Config not recognized
- *(ci)* Disable husky on ci
- *(ci)* Add missing dependency
- *(ci)* Add missing dependencies
- *(deploy)* Semantic-release config fix
- Add install pnpm to action
- Missing colors fix
- *(web)* Pages build fix
- Remove pages build command
- Remove unwanted Mins suffix
- Status progress inconsistency fix
- Improve state indicator & responsiveness
- Status progress inconsistency fix
- Remove unwanted Mins suffix
- Remove pages build command
- *(web)* Pages build fix
- Missing colors fix
- Add install pnpm to action
- *(deploy)* Semantic-release config fix
- *(ci)* Add missing dependencies
- *(ci)* Add missing dependency
- *(ci)* Disable husky on ci
- Config not recognized

### 🚜 Refactor

- Types isolation for use-timer.ts
- Add useTimer hook
- Refactor components
- Group states
- Refactor components
- Add useTimer hook
- Types isolation for use-timer.ts

### ⚙️ Miscellaneous Tasks

- Update README
- Update README
- Add CONTRIBUTING.md
- Add screenshots to README
- Update README.md
- Update CONTRIBUTING.md
- Nextjs boilerplate cleanup
- Ad script for cloudflare pages build
- Update github assets and docs
- Add vercel as devDependency
- Safe commit
- *(release)* 0.1.2
- *(release)* 0.1.1
- *(release)* 0.1.0
- *(release)* 0.1.0
- *(release)* 0.1.1
- Merge branch 'release' of github.com:shinjith-dev/pomtick into release
- *(release)* 1.0.0 [skip ci]
- Try 2
- Try 1
- Forced release
- Fix assets not uploading
- *(release)* 1.0.0 [skip ci]
- Clean publcih
- *(release)* 1.0.0 [skip ci]
- Update output assets path
- Config not recognizing
- Fix semantics-release not accepting config
- *(release)* 1.0.0 [skip ci]
- Move semantic-release config to apps/native
- Safe commit
- Update versions and meta infos
- Optimize for release
- Again dummy
- Dummy commit
- Safe commit
- Check commit sign
- Merge pull request #6 from shinjith-dev/dev
- Check commit sign
- Safe commit
- Dummy commit
- Again dummy
- Optimize for release
- Update versions and meta infos
- Safe commit
- Move semantic-release config to apps/native
- *(release)* 1.0.0 [skip ci]
- Fix semantics-release not accepting config
- Config not recognizing
- Update output assets path
- *(release)* 1.0.0 [skip ci]
- Clean publcih
- *(release)* 1.0.0 [skip ci]
- Fix assets not uploading
- Forced release
- Try 1
- Try 2
- *(release)* 1.0.0 [skip ci]
- Merge branch 'release' of github.com:shinjith-dev/pomtick into release
- *(release)* 0.1.1
- *(release)* 0.1.0
- *(release)* 0.1.0
- *(release)* 0.1.1
- *(release)* 0.1.2
- Safe commit
- Add vercel as devDependency
- Update github assets and docs
- Ad script for cloudflare pages build
- Nextjs boilerplate cleanup
- Update CONTRIBUTING.md
- Update README.md
- Add screenshots to README
- Add CONTRIBUTING.md
- Update README
- Update README
- Add release notes
- Fix error
- Try 3
- Try 3
- Try 4

### Hotfix

- Yarn -> pnpm in action file
- Change publish branch to main for testing
- *(web)* Build fix
- *(web)* Next cleanup
- *(web)* Build error fix
- *(web)* Next cleanup
- *(web)* Build fix
- Change publish branch to main for testing
- Yarn -> pnpm in action file

<!-- generated by git-cliff -->

0 comments on commit 438389c

Please sign in to comment.