Skip to content

feat(github): automatic updates and changelog generation #15

feat(github): automatic updates and changelog generation

feat(github): automatic updates and changelog generation #15

Workflow file for this run

name: changelog
# Give the default GITHUB_TOKEN write permission to commit and push the updated CHANGELOG back to the repository.
# https://github.blog/changelog/2023-02-02-github-actions-updating-the-default-github_token-permissions-to-read-only/
permissions:
contents: write
on:
push:
branches:
- main
jobs:
changelog:
uses: 99linesofcode/.github/.github/workflows/changelog.yaml@main