Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinpetr committed Nov 2, 2024
1 parent 66cf962 commit 19c08cc
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 9 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2

- name: Install Dependencies
run: pnpm install

- name: Publish release
run: pnpm run release:push
- name: Checkout
uses: actions/checkout@v3

- name: Create a release
run: |
npx changelogen@latest gh release --token ${{ secrets.RELEASE_GH_TOKEN }}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
# Changelog


## v2.10.0

[compare changes](https://github.com/develit-io/test-repo/compare/v2.3.0...v2.10.0)

### 🚀 Enhancements

- Fix release script ([3cd7a70](https://github.com/develit-io/test-repo/commit/3cd7a70))

### 🩹 Fixes

- Lint ([d47886e](https://github.com/develit-io/test-repo/commit/d47886e))

### 🏡 Chore

- **release:** V2.4.0 ([c5e208d](https://github.com/develit-io/test-repo/commit/c5e208d))
- **release:** V2.5.0 ([362dc3a](https://github.com/develit-io/test-repo/commit/362dc3a))

### 🤖 CI

- **release:** Add release push script and update ci ([198bed2](https://github.com/develit-io/test-repo/commit/198bed2))
- **release:** Fix release ci ([a8c131c](https://github.com/develit-io/test-repo/commit/a8c131c))
- Fix release ([d538bed](https://github.com/develit-io/test-repo/commit/d538bed))
- Fix release ([a9e67f3](https://github.com/develit-io/test-repo/commit/a9e67f3))
- **release:** Fix release ci ([54e1635](https://github.com/develit-io/test-repo/commit/54e1635))
- Fix release ([66cf962](https://github.com/develit-io/test-repo/commit/66cf962))

### ❤️ Contributors

- Klein Petr ([@kleinpetr](http://github.com/kleinpetr))

## v2.9.0

[compare changes](https://github.com/develit-io/test-repo/compare/v2.3.0...v2.9.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "develitesse-nuxt",
"version": "2.9.0",
"version": "2.10.0",
"private": true,
"packageManager": "[email protected]",
"repository": {
Expand Down

0 comments on commit 19c08cc

Please sign in to comment.