Skip to content

Commit 361dc63

Browse files
committed
Incorporating workflow reorg changes into updated readme
1 parent b340e23 commit 361dc63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ How to cut a release for Opencast via the Github UI
6464
](https://github.com/opencast/opencast-admin-interface/actions/workflows/crowdin-download-translations.yml)
6565
to ensure all changes from Crowdin are included in the new release.
6666

67-
2. Use the [Create release tag](https://github.com/opencast/opencast-admin-interface/actions/workflows/create-release.yml)
67+
2. Use the [Release » Create release tag](https://github.com/opencast/opencast-admin-interface/actions/workflows/release-cut-tag.yml)
6868
workflow to create a correctly named tag in the appropriate branch. When running the workflow via the dropdown
6969
ensure you select the correct branch for the release!
7070

71-
3. Wait for the [Process release](https://github.com/opencast/opencast-admin-interface/actions/workflows/process-release.yml)
71+
3. Wait for the [Release » Process release tag](https://github.com/opencast/opencast-admin-interface/actions/workflows/release-build.yml)
7272
workflow to finish
7373
- It will create a new [GitHub release](https://github.com/opencast/opencast-admin-interface/releases)
7474
- Review the release and make sure the notes are right, update them if not.
@@ -95,7 +95,7 @@ How to cut a release for Opencast manually with git
9595
git push upstream "$BRANCH-$DATE":"$BRANCH-$DATE"
9696
```
9797

98-
4. Wait for the [Process release](https://github.com/opencast/opencast-admin-interface/actions/workflows/process-release.yml)
98+
4. Wait for the [Release » Process release tag](https://github.com/opencast/opencast-admin-interface/actions/workflows/release-build.yml)
9999
workflow to finish
100100
- It will create a new [GitHub release](https://github.com/opencast/opencast-admin-interface/releases)
101101
- Review the release and make sure the notes are right, update them if not.

0 commit comments

Comments
 (0)