Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliav2 committed Apr 28, 2024
1 parent 2f382a3 commit ff9434a
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
name: Generate changelog
on:
release:
types: [created, edited]
# release:
# types: [created, edited, released]
push:
branches:
- dev

jobs:
generate-changelog:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: BobAnkh/[email protected]
with:
REPO_NAME: 'Eliav2/express-typed'
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
PATH: 'CHANGELOG.md'
COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes'
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: BobAnkh/[email protected]
with:
REPO_NAME: "Eliav2/express-typed"
ACCESS_TOKEN: ${{secrets.GITHUB_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 ff9434a

Please sign in to comment.