Skip to content

Switch GitHub workflow templates to use floating version tags#10

Merged
emcd merged 1 commit intomasterfrom
claude/issue-9-20250529_212903
May 29, 2025
Merged

Switch GitHub workflow templates to use floating version tags#10
emcd merged 1 commit intomasterfrom
claude/issue-9-20250529_212903

Conversation

@emcd
Copy link
Copy Markdown
Owner

@emcd emcd commented May 29, 2025

Replace {{ _commit }} with gha-1 floating tag in cross-repo workflow references.
This allows workflows to be updated independently of copier update runs.

The gha-1 tag will point to the latest workflows release in the gha-1.x series.

Fixes #9

Generated with Claude Code

Replace `{{ _commit }}` with `gha-1` floating tag in cross-repo workflow references.
This allows workflows to be updated independently of `copier update` runs.
The `gha-1` tag will point to the latest workflows release in the gha-1.x series.

Updated files:
- template/.github/workflows/tester.yaml.jinja (2 references)
- template/.github/workflows/releaser.yaml.jinja (6 references)

Fixes: #9

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: emcd <emcd@users.noreply.github.com>
@emcd emcd merged commit f0396b5 into master May 29, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Copier Template: Github Workflows: Switch from exact cross-repo workflow versions to floating version.

1 participant