You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Current flow to update dependencies:
6
6
1. Open PR with changes
7
7
2. Make sure that CI build succeeds
8
8
3. Merge the PR
9
-
4.(TBD) Run workflow to create new release from the CI run
9
+
4. Run workflow to create new release from the CI run
10
10
5. (TBD) Update dependencies submodule and prebuilts URL in VCMI repo to point to the new commit / release, update VCMI code if needed
11
11
12
12
# TODO List
@@ -19,5 +19,3 @@ Current flow to update dependencies:
19
19
- Rebuild ffmpeg with libdav1d and av1 support enabled. Needs investigation as to why dav1d fails to build on mingw and on android.
20
20
21
21
- Run CI with full package rebuild on schedule (weekly? monthly?) to detect any regressions or breaking changes in CI or in used recipes
22
-
23
-
- (shouldn't be needed probably) Automatically generate Github release with updated packages as part of CI. Should probably be done only for changes in main branch and/or for manually triggered workflows
0 commit comments