Skip to content

Commit

Permalink
Checkout full depth for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Feb 1, 2022
1 parent 48d8e87 commit 25a8b22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
steps:
# <common-build> - Uses YAML anchors in the future
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Needs full depth for changelog generation
- uses: actions/setup-node@v2
with:
node-version: "lts/gallium"
Expand Down
3 changes: 3 additions & 0 deletions scripts/generate_changelog_simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ const knownAuthors = {
"[email protected]": "q9f",
"[email protected]": "fredriksvantes",
"[email protected]": "mpetrunic",
"[email protected]": "ammarlakho",
"[email protected]": "dadepo",
"[email protected]": "Evalir",
};

const fromTag = process.argv[2];
Expand Down

0 comments on commit 25a8b22

Please sign in to comment.