Skip to content

Commit 55d9982

Browse files
committed
Rename doc-bundles release title to Docs
Clarifies that this GitHub release is not a software release.
1 parent e4213b8 commit 55d9982

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release-bundle-poll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: softprops/action-gh-release@v2
5757
with:
5858
tag_name: doc-bundles
59-
name: "Doc bundles"
59+
name: "Docs"
6060
make_latest: false
6161
files: docs-${{ steps.check.outputs.version }}.tar.zst
62-
body: "Auto-generated documentation bundles for k6"
62+
body: "This is not a release. It contains k6 documentation bundles."

.github/workflows/release-bundle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: softprops/action-gh-release@v2
4242
with:
4343
tag_name: doc-bundles
44-
name: "Doc bundles"
44+
name: "Docs"
4545
make_latest: false
4646
files: docs-${{ steps.version.outputs.wildcard }}.tar.zst
47-
body: "Auto-generated documentation bundles for k6"
47+
body: "This is not a release. It contains k6 documentation bundles."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Why not embed? xk6 has no build-time version detection mechanism, and embedding
7878

7979
## How CI auto-publishes bundles
8080

81-
Doc bundles are published as GitHub releases through two triggers:
81+
Docs are published as GitHub releases through two triggers:
8282

8383
- **Primary:** `repository_dispatch` from k6's release workflow
8484
- **Fallback:** Scheduled poll (disabled by default)

0 commit comments

Comments
 (0)