1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-03 19:45:01 +01:00

chore: uses npx changelogithub going forward with conventional commits

This commit is contained in:
Amir Raminfar
2023-04-09 12:49:04 -07:00
parent 8492d73714
commit eb47420444
3 changed files with 140 additions and 1605 deletions

View File

@@ -82,18 +82,9 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: latest
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Release to Github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm run release --github.release --no-increment --no-git --ci
run: npx changelogithub