Skip to content

Commit

Permalink
Merge branch 'ai16z:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
IkigaiLabsETH authored Nov 3, 2024
2 parents 5f9e4b0 + d54813a commit b30cd44
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Generate Changelog
on:
push:
tags:
- '*'
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate Changelog
run: |
gem install github_changelog_generator
github_changelog_generator \
-u ${{ github.repository_owner }} \
-p ${{ github.event.repository.name }} \
--token ${{ secrets.CHANGELOG_GITHUB_TOKEN }}

0 comments on commit b30cd44

Please sign in to comment.