lenra-io/server

[Task] Publish application_runner to a public repo

開放

#585 建立於 2024年6月5日

 (0 則留言) (0 個反應) (0 位負責人)Elixir (0 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (6 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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:

貢獻者指南