Skip to content
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

chore: prep translations-app for continuous release #863

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

d-rita
Copy link
Contributor

@d-rita d-rita commented Mar 1, 2024

This PR sets up the translations-app for continuous release

@d-rita d-rita requested a review from kabaros March 1, 2024 12:56
@dhis2-bot
Copy link
Contributor

dhis2-bot commented Mar 1, 2024

🚀 Deployed on https://pr-863--dhis2-translations.netlify.app

@@ -108,16 +108,35 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [publish]
if: "github.event_name == 'push' && !contains(github.event.head_commit.message, '[skip ci]')"
needs: [build, lint, test] # add e2e if you use it
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is no test action in this workflow, so will need to change this to depend on [build, lint] only

    - Bump app version to 99.9.9
    - Set minDHIS2Version to 2.41
    - Update release github workflow action
    - Add App Hub ID to d2.config file
@d-rita d-rita changed the title chore: prep translations app for continuous release chore: prep translations-app for continuous release Mar 1, 2024
@d-rita d-rita force-pushed the chore/continuous-release-setup branch from 289f8ba to d578953 Compare March 1, 2024 13:45
@d-rita d-rita requested a review from kabaros March 1, 2024 13:46
@kabaros kabaros merged commit 8af49cc into master Mar 1, 2024
9 checks passed
@kabaros kabaros deleted the chore/continuous-release-setup branch March 1, 2024 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants