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

[Task] Publish application_runner to a public repo #585

Open
taorepoara opened this issue Jun 5, 2024 · 0 comments
Open

[Task] Publish application_runner to a public repo #585

taorepoara opened this issue Jun 5, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@taorepoara
Copy link
Member

What should be done

In order to get the dependencies versions we need to publish them to a public repo just like it's done for query parser: https://github.com/lenra-io/query-parser/blob/beta/.github/workflows/semantic_release.yml

Technical recommandation

Set lenra_common, application_runner and server versions before publishing them in order to get there version with the next code:

$ iex -S mix
iex(1)> Application.spec(:application_runner, :vsn)

The version must be set before the Docker build in order to have the right version in the code.

Ecological concerns

Only publish application_runner if there no need to publish lenra_common and server.

Is this task linked with any other ?

This is needed for the next issues:

@taorepoara taorepoara added enhancement New feature or request good first issue Good for newcomers labels Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: 🟡 Backlog
Development

No branches or pull requests

1 participant