跳转到: 导航, 搜索

Swift/HowToCutRelease

创建 liberasurecode / pyeclib / swift 发布版的步骤

  1. 手动测试最新的 master 分支(或将要发布的任何 sha)
  2. 为每个项目创建包含更新版本号和发布说明的补丁,并作为 gerrit 补丁提出。
    1. 这还包括更新作者和 mailmap
    2. 请参阅 https://github.com/notmyname/git-stats 以帮助更新作者/mailmap 信息
  3. 一旦补丁被合并,就标记发布版本 (https://docs.openstack.org/infra/manual/drivers.html#tagging-a-release)
 git checkout <branch name>
 git pull --ff-only
 git tag -s <version number>
 git push gerrit <version number>