Skip to content

Merge branch 'main' of https://github.com/brook-code-theme/vscode-theme #1

Merge branch 'main' of https://github.com/brook-code-theme/vscode-theme

Merge branch 'main' of https://github.com/brook-code-theme/vscode-theme #1

Workflow file for this run

# This workflow generates a changelog for a new release.
#
# It uses the BobAnkh/auto-generate-changelog action to automatically generate a changelog
# based on the commit messages since the last release. The changelog is then committed
# to the repository.
#
# The workflow is triggered when a new release is created or edited on GitHub.
name: Generate changelog
on:
release:
types: [created, edited]
jobs:
generate-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Update changelog
uses: BobAnkh/auto-generate-changelog@v1
with:

Check failure on line 26 in .github/workflows/changelog.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/changelog.yaml

Invalid workflow file

You have an error in your yaml syntax on line 26
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
COMMIT_MESSAGE: '🔖 docs(CHANGELOG): update release notes'
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'