Skip to content

docs: updated README with new project information and usage instructions #11

docs: updated README with new project information and usage instructions

docs: updated README with new project information and usage instructions #11

Workflow file for this run

name: Automated Release
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
name: Semantic Release
permissions:
contents: write
issues: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install semantic-release
run: npm ci
- name: Run Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release