Skip to content

docs: add hierarchical AGENTS knowledge bases (#206) #25

docs: add hierarchical AGENTS knowledge bases (#206)

docs: add hierarchical AGENTS knowledge bases (#206) #25

Workflow file for this run

name: Release
on:
push:
branches:
- main
permissions:
contents: write
jobs:
release:
name: Semantic Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: go-semantic-release/action@v1
id: semrel
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allow-initial-development-versions: true
changelog-generator-opt: "emojis=true"
- name: Release info
if: steps.semrel.outputs.version != ''
run: |
echo "Released version: ${{ steps.semrel.outputs.version }}"