-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from ai16z/main
merge from main
- Loading branch information
Showing
420 changed files
with
17,227 additions
and
35,901 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
name: Generate Changelog | ||
on: | ||
push: | ||
tags: | ||
- '*' | ||
push: | ||
tags: | ||
- "*" | ||
jobs: | ||
changelog: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
ref: main | ||
token: ${{ secrets.CHANGELOG_GITHUB_TOKEN }} | ||
- name: Generate Changelog | ||
run: | | ||
export PATH="$PATH:/home/runner/.local/share/gem/ruby/3.0.0/bin" | ||
gem install --user-install github_changelog_generator | ||
github_changelog_generator \ | ||
-u ${{ github.repository_owner }} \ | ||
-p ${{ github.event.repository.name }} \ | ||
--token ${{ secrets.CHANGELOG_GITHUB_TOKEN }} | ||
- name: Commit Changelog | ||
uses: stefanzweifel/git-auto-commit-action@v5 | ||
with: | ||
commit_message: "chore: update changelog" | ||
branch: main | ||
file_pattern: "CHANGELOG.md" | ||
commit_author: "GitHub Action <[email protected]>" | ||
changelog: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
ref: main | ||
token: ${{ secrets.CHANGELOG_GITHUB_TOKEN }} | ||
- name: Generate Changelog | ||
run: | | ||
export PATH="$PATH:/home/runner/.local/share/gem/ruby/3.0.0/bin" | ||
gem install --user-install github_changelog_generator | ||
github_changelog_generator \ | ||
-u ${{ github.repository_owner }} \ | ||
-p ${{ github.event.repository.name }} \ | ||
--token ${{ secrets.CHANGELOG_GITHUB_TOKEN }} | ||
- name: Commit Changelog | ||
uses: stefanzweifel/git-auto-commit-action@v5 | ||
with: | ||
commit_message: "chore: update changelog" | ||
branch: main | ||
file_pattern: "CHANGELOG.md" | ||
commit_author: "GitHub Action <[email protected]>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.