Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: 0.1.0
_commit: 0.1.1
_src_path: .
copyright_holder: Stephen Kent
copyright_holder_email: smkent@smkent.net
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ jobs:
permissions:
contents: write
steps:
- name: 💾 Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: 🔽 Download artifact
uses: actions/download-artifact@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

* Add repository checkout action to GitHub release creation job

## [0.1.1] - 2026-03-31

### Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
permissions:
contents: write
steps:
- name: 💾 Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: 🔽 Download artifact
uses: actions/download-artifact@v4
with:
Expand Down
Loading