Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
slevang committed Nov 19, 2023
2 parents 06a2014 + 42b5c5e commit af25e8c
Show file tree
Hide file tree
Showing 4 changed files with 808 additions and 625 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Generate changelog
name: Update CHANGELOG
on:
release:
types: [created, edited]
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab

jobs:
generate-changelog:
Expand All @@ -13,7 +14,7 @@ jobs:
- uses: BobAnkh/auto-generate-changelog@v1.2.5
with:
REPO_NAME: 'nicrie/xeofs'
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
ACCESS_TOKEN: ${{ secrets.CHANGELOG_TOKEN }}
PATH: 'CHANGELOG.md'
COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes'
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'

0 comments on commit af25e8c

Please sign in to comment.