-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganize build/release pipelines #6830
Labels
build
issues that concern the build process (not only ci)
maintenance
dependency updates, key renewals, code cleanup
Milestone
Comments
charlag
added
maintenance
dependency updates, key renewals, code cleanup
build
issues that concern the build process (not only ci)
labels
Oct 8, 2024
Calendar team already implemented something similar for their artifacts, but they only publish mobile apps for now. Also their publish job only prepares the release in the stores, doesn't actually submit it for review. We need to figure out how to make it work for web/desktop releases without too many steps. |
hrb-hub
added a commit
that referenced
this issue
Nov 13, 2024
Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 13, 2024
Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 14, 2024
Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 14, 2024
Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 14, 2024
Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 14, 2024
Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 14, 2024
Part of #6830 Co-authored-by: paw <[email protected]> squash
hrb-hub
added a commit
that referenced
this issue
Nov 14, 2024
…kinsfile Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 14, 2024
…kinsfile Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 18, 2024
…kinsfile Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 19, 2024
Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 19, 2024
Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 19, 2024
Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 20, 2024
Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 20, 2024
Part of #6830 Co-authored-by: paw <[email protected]>
hrb-hub
added a commit
that referenced
this issue
Nov 20, 2024
Part of #6830 Co-authored-by: paw <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
build
issues that concern the build process (not only ci)
maintenance
dependency updates, key renewals, code cleanup
Follow the calendar app in treating mobile apps.
Build stage prepares artifacts, uploads the builds to the artifact storage, uploads the apps for internal testing.
Publish stage prepares and publishes the Github releases, app store releases.
For desktop, the different OS targets are uploaded separately and be able to choose which OSs to build for when the job starts.
Estimated: 24h
Spent: 30.75h
The text was updated successfully, but these errors were encountered: