Skip to content

Commit 6a22d25

Browse files
committed
chore: improve release workflow naming
1 parent 7ac34f5 commit 6a22d25

6 files changed

+6
-6
lines changed

.github/workflows/release_promote-lts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Promote LTS Release
1+
name: Release > Promote LTS
22

33
on:
44
workflow_dispatch:

.github/workflows/release_publish-beta.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Beta Release
1+
name: Release > Beta
22

33
on:
44
workflow_dispatch:

.github/workflows/release_publish-canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Canary Release
1+
name: Release > Canary
22

33
on:
44
workflow_dispatch:

.github/workflows/release_publish-lts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish LTS Release
1+
name: Release > LTS
22

33
on:
44
workflow_dispatch:

.github/workflows/release_publish-stable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Stable Release
1+
name: Release > Stable
22

33
on:
44
workflow_dispatch:

release/guide/canary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Automated Workflow
44

5-
The [Publish Canary Release](../../.github/workflows/release/publish-canary.yml) workflow should be used to publish all new canaries from the [Action Overview](https://github.com/emberjs/data/actions/workflows/release/publish-canary.yml).
5+
The [Release > Canary](../../.github/workflows/release_publish-canary.yml) workflow should be used to publish all new canaries from the [Action Overview](https://github.com/emberjs/data/actions/workflows/release_publish-canary.yml).
66

77
This workflow trigger is restricted to project maintainers.
88

0 commit comments

Comments
 (0)