Minor: tweak release.yml to be slightly more concise#113
Merged
Conversation
Just noticed that we could write `on: workflow_dispatch` on one line, and in fact that's what the docs give as an example, so, why not 😄 * https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#on * https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#workflow_dispatch
gu-scala-library-release bot
added a commit
that referenced
this pull request
Sep 5, 2025
…-05T0954.4c118114 published by rtyley rtyley published release version 10.0.1-PREVIEW.tweak-release-yml-to-be-slightly-more-concise.2025-09-05T0954.4c118114 using gha-scala-library-release-workflow: https://github.com/guardian/gha-scala-library-release-workflow Release-Version: 10.0.1-PREVIEW.tweak-release-yml-to-be-slightly-more-concise.2025-09-05T0954.4c118114 Release-Initiated-By: https://github.com/rtyley Release-Workflow-Run: https://github.com/guardian/etag-caching/actions/runs/17489891737 Release-Notes: #113
Contributor
|
@rtyley has published a preview version of this PR with release workflow run #246, based on commit 4c11811: 10.0.1-PREVIEW.tweak-release-yml-to-be-slightly-more-concise.2025-09-05T0954.4c118114 Want to make another preview release?Click 'Run workflow' in the GitHub UI, specifying the tweak-release-yml-to-be-slightly-more-concise branch, or use the GitHub CLI command: gh workflow run release.yml --ref tweak-release-yml-to-be-slightly-more-concise Want to make a full release after this PR is merged?Click 'Run workflow' in the GitHub UI, leaving the branch as the default, or use the GitHub CLI command: gh workflow run release.yml |
emdash-ie
approved these changes
Sep 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just noticed that we could write
on: workflow_dispatchon one line, and in fact that's what the docs give as an example, so, why not 😄