Skip to content

chore(bgmd): release v0.0.10 #1

chore(bgmd): release v0.0.10

chore(bgmd): release v0.0.10 #1

Workflow file for this run

name: Changelog
on:
push:
tags:
- 'v*'
jobs:
changelog:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npx changelogithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}