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: docs/release-process.md
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,12 @@ Update dependencies
17
17
18
18
If dependencies have been changed or updated, it's a good time to update them:
19
19
- macOS: to update native libraries, see the [gpodder/gpodder-osx-bundle](https://github.com/gpodder/gpodder-osx-bundle) repository;
20
-
once the macOS deps are built and released, update [.circleci/config.yml](https://github.com/gpodder/gpodder/blob/master/.circleci/config.yml);
20
+
once the macOS deps are built and released, update [.github/workflows/release-from-macos.yml](https://github.com/gpodder/gpodder/blob/master/.github/workflows/release-from-macos.yml);
21
21
- macOS bundle python deps: see the `tools/mac-osx/release_on_mac.sh` for the python deps with versions in `pip install` commands;
22
22
update them;
23
-
- Windows: see the `tools/win_installer` subdirectory of the [gPodder](https://github.com/gpodder/gpodder) repository.
23
+
- Windows: see the `_base.sh` file in the `tools/win_installer` subdirectory of the [gPodder](https://github.com/gpodder/gpodder) repository.
24
+
The files in this directory were adapted from the `dev-utils/win_installer/` subdirectory of the [QuodLibet](https://github.com/quodlibet/quodlibet) repository,
25
+
and upstream may contain fixes or improvements.
24
26
- Python (and flatpak): Update the dependencies in `tools/requirements.txt`
25
27
26
28
Testing and release management in the repository
@@ -44,6 +46,9 @@ Testing and release management in the repository
44
46
```
45
47
- Add release to `share/metainfo/org.gpodder.gpodder.appdata.xml`, including the notable changes from release notes.
0 commit comments