release: prepare v1.0.1

This commit is contained in:
gitea-actions[bot]
2026-03-21 11:33:08 +00:00
parent c27b042bb1
commit 02db91114d
4 changed files with 31 additions and 18 deletions

View File

@@ -4,14 +4,14 @@ This guide is for agentic coding partners that need to integrate the composite a
## Source Of Truth
Pin all action references to a released tag (for example `@v1.0.0`) and keep all vociferate references on the same tag in a workflow.
Pin all action references to a released tag (for example `@v1.0.1`) and keep all vociferate references on the same tag in a workflow.
Published composite actions:
- `git.hrafn.xyz/aether/vociferate@v1.0.0` (root action)
- `git.hrafn.xyz/aether/vociferate/prepare@v1.0.0`
- `git.hrafn.xyz/aether/vociferate/publish@v1.0.0`
- `git.hrafn.xyz/aether/vociferate/coverage-badge@v1.0.0`
- `git.hrafn.xyz/aether/vociferate@v1.0.1` (root action)
- `git.hrafn.xyz/aether/vociferate/prepare@v1.0.1`
- `git.hrafn.xyz/aether/vociferate/publish@v1.0.1`
- `git.hrafn.xyz/aether/vociferate/coverage-badge@v1.0.1`
## Action Selection Matrix
@@ -91,11 +91,11 @@ jobs:
with:
fetch-depth: 0
- id: prepare
uses: git.hrafn.xyz/aether/vociferate/prepare@v1.0.0
uses: git.hrafn.xyz/aether/vociferate/prepare@v1.0.1
publish:
needs: prepare
uses: aether/vociferate/.gitea/workflows/do-release.yml@v1.0.0
uses: aether/vociferate/.gitea/workflows/do-release.yml@v1.0.1
with:
tag: ${{ needs.prepare.outputs.version }}
secrets: inherit
@@ -112,7 +112,7 @@ jobs:
with:
fetch-depth: 0
- id: publish
uses: git.hrafn.xyz/aether/vociferate/publish@v1.0.0
uses: git.hrafn.xyz/aether/vociferate/publish@v1.0.1
with:
version: v1.2.3
```
@@ -133,7 +133,7 @@ jobs:
- name: Run tests with coverage
run: go test -covermode=atomic -coverprofile=coverage.out ./...
- id: badge
uses: git.hrafn.xyz/aether/vociferate/coverage-badge@v1.0.0
uses: git.hrafn.xyz/aether/vociferate/coverage-badge@v1.0.1
with:
artefact-bucket-name: ${{ vars.ARTEFACT_BUCKET_NAME }}
artefact-bucket-endpoint: ${{ vars.ARTEFACT_BUCKET_ENDPONT }}