Skip to content

Commit

Permalink
feat: All checkouts at depth 0
Browse files Browse the repository at this point in the history
Also:
- Changed cliff header to reflect CHANGELOG and not CHANGES
  • Loading branch information
gcarreno committed Sep 1, 2023
1 parent ea7ff30 commit 9a38b34
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.lazarus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true

- name: Install Lazarus
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/main.lazarus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
}
],
"lazarus-versions": [
"stable",
"2.0.12"
"stable"
]
}
}'
Expand All @@ -72,8 +71,7 @@ jobs:
"macos-latest"
],
"lazarus-versions": [
"stable",
"2.0.12"
"stable"
]
}
}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.lazarus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: orhun/git-cliff-action@v2
with:
config: ${{ env.cliff-cfg }}
args: --verbose --latest
args: --verbose --latest --strip header
env:
OUTPUT: CHANGES.md

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.lazarus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true

- name: Install Lazarus
Expand Down
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# changelog header
header = """
# Release Notes\n
Notable changes on this release.\n
Notable changes up to the last release.\n
"""
# template for the changelog body
# https://tera.netlify.app/docs
Expand Down

0 comments on commit 9a38b34

Please sign in to comment.