0 Star 1 Fork 0

光花梗虎耳草 / elixir

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
RELEASE.md 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
José Valim 提交于 2024-05-24 12:43 . Start Elixir v1.18

Release process

Shipping a new version

  1. Update version in /VERSION, bin/elixir and bin/elixir.bat

  2. Ensure /CHANGELOG.md is updated, versioned and add the current date

  3. Update "Compatibility and Deprecations" if a new OTP version is supported

  4. Commit changes above with title "Release vVERSION", generate a new tag, and push it (if doing multiple releases in a series, make sure all GitHub Actions for the previous release have finished)

  5. Wait until GitHub Actions publish artifacts to the draft release and the CI is green

  6. Copy the relevant bits from /CHANGELOG.md to the GitHub release and publish it (link to the announcement if there is one)

  7. Update _data/elixir-versions.yml (except for RCs) in elixir-lang/elixir-lang.github.com

Creating a new vMAJOR.MINOR branch (before first rc)

In the new branch

  1. Comment out CANONICAL= in /Makefile

  2. Update tables in /SECURITY.md and "Compatibility and Deprecations"

  3. Commit "Branch out vMAJOR.MINOR"

Back in main

  1. Bump /VERSION file, bin/elixir and bin/elixir.bat

  2. Start new /CHANGELOG.md

  3. Update tables in /SECURITY.md and in "Compatibility and Deprecations"

  4. Commit "Start vMAJOR.MINOR+1"

Changing supported Erlang/OTP versions

  1. Update the table in Compatibility and Deprecations

  2. Update otp_release checks in /Makefile and /lib/elixir/src/elixir.erl

  3. Update relevant CI workflows in /.github/workflows/*.yml

  4. Remove otp_release version checks that are no longer needed

Elixir
1
https://gitee.com/markhoo/elixir.git
git@gitee.com:markhoo/elixir.git
markhoo
elixir
elixir
main

搜索帮助