24 Star 366 Fork 22

dromara / fast-request

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version-strategy.md 610 Bytes
一键复制 编辑 原始数据 按行查看 历史
kings 提交于 2022-12-07 13:30 . Initial commit

版本策略(Version strategy)

  • 2.0.8: 常规功能迭代发版(use for develop routine function)
  • 2.0.8.1: 快速修复版本发版(use for fix bug for target version)

分支策略(Branch strategy)

  • 功能分支(feature branch): feature-v2.0.8
  • bug 分支(fixbug branch): fixbug-v2.0.8

提供 pull request(provide pull request)

从 master 拉取分支,并注明当时分支所属版本号,从 build.gradle 从的 version 属性获取

Pull the branch from the master, and indicate the version number of the branch at the time, and get it from the version property of build.gradle)

Java
1
https://gitee.com/dromara/fast-request.git
git@gitee.com:dromara/fast-request.git
dromara
fast-request
fast-request
master

搜索帮助