Skip to content

ci: bump @commitlint/config-conventional from 19.4.1 to 19.5.0 (#334) #88

ci: bump @commitlint/config-conventional from 19.4.1 to 19.5.0 (#334)

ci: bump @commitlint/config-conventional from 19.4.1 to 19.5.0 (#334) #88

Workflow file for this run

name: Release
on:
push:
branches:
- master
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Verify
run: |
npm ci --omit=optional
npm install --no-save warframe-worldstate-parser@^4.x warframe-worldstate-data@^2.x
npm run lint
npx commitlint --from=HEAD~1
npm test
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
branches: |
['master']