Skip to content

Commit

Permalink
build: fetch entire history for changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Jun 4, 2024
1 parent d9a2dfb commit 779b986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/standalone_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
# Specify whether to remove untracked files before checking out the repository:
clean: false

# Limit clone depth to the most recent commit:
fetch-depth: 1
# Fetch all history to allowfor generation of changelogs:
fetch-depth: 0

# Specify whether to download Git-LFS files:
lfs: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/standalone_publish_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
# Specify whether to remove untracked files before checking out the repository:
clean: false

# Limit clone depth to the most recent commit:
fetch-depth: 1
# Fetch all history to allowfor generation of changelogs:
fetch-depth: 0

# Specify whether to download Git-LFS files:
lfs: false
Expand Down

0 comments on commit 779b986

Please sign in to comment.