Skip to content

feat: add note explaining "in reply to" field #9

feat: add note explaining "in reply to" field

feat: add note explaining "in reply to" field #9

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- uses: cycjimmy/semantic-release-action@v3
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
semantic_version: 18.0.1
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
branches: main