Skip to content

Commit

Permalink
fix(ci-cd): add step to generate changelog (#119)
Browse files Browse the repository at this point in the history
after release generate changelog

GH-118
  • Loading branch information
yeshamavani committed May 15, 2024
1 parent 5bb6be8 commit 53fa94d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ jobs:
env:
GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Changelog 📝
run: cd src/release_notes && HUSKY=0 node release-notes.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sourceloop/audit-log",
"version": "8.0.0",
"description": "Audit Log extension",
"description": "Audit Log extension.",
"keywords": [
"loopback-extension",
"loopback"
Expand Down

0 comments on commit 53fa94d

Please sign in to comment.