Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yykamei/actions-update-changelog

This is a composite GitHub Actions for my projects; it's responsible for creating a changelog.
https://github.com/yykamei/actions-update-changelog

github-actions

Last synced: 19 days ago
JSON representation

This is a composite GitHub Actions for my projects; it's responsible for creating a changelog.

Awesome Lists containing this project

README

        

# actions-update-changelog

This is a composite GitHub Actions for my projects

```yaml
on:
push:
branches:
- main
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: yykamei/actions-update-changelog@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
```