Skip to content

Commit 54c5251

Browse files
author
cranko
committed
Release request commit created with Cranko.
+++ cranko-rc-info-v1 [[projects]] qnames = ["tectonic", "cargo"] bump_spec = "micro bump" +++
2 parents 503719b + e080610 commit 54c5251

2 files changed

Lines changed: 8 additions & 16 deletions

File tree

.github/actions/deploy-setup/action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,13 @@ runs:
2525
- name: Install all artifacts
2626
if: ${{ inputs.artifacts == 'true' }}
2727
uses: actions/download-artifact@v4
28+
- name: Install release bundle
29+
if: ${{ inputs.artifacts != 'true' }}
30+
uses: actions/download-artifact@v4
31+
with:
32+
name: release-bundle
33+
path: ${{ github.workspace }}/release-bundle
2834
- name: Restore release commit
29-
if: ${{ inputs.artifacts == 'true' }}
3035
shell: bash
3136
run: |
3237
git switch -c release

CHANGELOG.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,9 @@
33
- Fix for publish not going through
44

55

6-
# tectonic 0.16.5 (2026-04-11)
6+
# tectonic 0.16.1-0.16.7 (2026-04-11)
77

8-
- Fix for publish not going through
9-
10-
11-
# tectonic 0.16.4 (2026-04-11)
12-
13-
- Fix for publish not going through
14-
15-
# tectonic 0.16.3 (2026-04-11)
16-
17-
# tectonic 0.16.2 (2026-04-11)
18-
19-
# tectonic 0.16.1 (2026-04-11)
20-
21-
- Fix for publish not going through
8+
- Publish failure
229

2310

2411
# tectonic 0.16.0 (2026-04-11)

0 commit comments

Comments
 (0)