Skip to content

Merge pull request #9 from Daemon-Solutions/sd-4482 #2

Merge pull request #9 from Daemon-Solutions/sd-4482

Merge pull request #9 from Daemon-Solutions/sd-4482 #2

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "24"
- name: Install Semantic Dependencies
run: |
npm i --save-dev conventional-changelog-conventionalcommits@9
- name: Semantic Release
id: semantic
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git