InseeFr / InseeFr/DDI-Lifecycle-Java
Manage version from git tags
未关闭
- 主要语言
- Java
- 星标
- 2
- 派生
- 2
- PR 合并指标
- 30 天内没有已合并 PR
描述
- in the source code (model/build.gradle.kts), thes version should always be 0.0.1-SNAPSHOT for example
- at each pipeline which deploy, the version number is calculated as follows :
- take the version number of the last tag of the branch
- compute the next version number using commits messages (to be discuted)
- update the version number in the released files
- deploy
- tag the release with the calculated version
贡献指南
这个仓库没有索引到贡献指南
调研方向
从 model/build.gradle.kts 开始,了解当前固定的版本,然后检查流水线配置和现有的发布流程。当部署能够根据最新的分支标签和提交消息推导版本、更新已发布的文件、执行部署并创建计算出的发布标签时,工作就完成了。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- build-system, release
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100