Skip to content

Commit 93d098d

Browse files
author
José Valim
committed
Prepare for release
1 parent de86655 commit 93d098d

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

RELEASE.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,17 @@ This document simply outlines the release process:
1010

1111
3. Ensure CHANGELOG is updated and add current date
1212

13-
4. If a new `vMAJOR.MINOR`, update in [Deprecations](lib/elixir/pages/Deprecations.md) page the link
14-
to [vVERSION]'s changelog (located at the end of the file) by replacing "master" with "vVERSION"
13+
4. If a new `vMAJOR.MINOR`, replace "master" with "vVERSION" in the "Deprecations" page and commit
1514

16-
5. Commit changes above with title "Release vVERSION" and generate new tag
15+
5. If a new `vMAJOR.MINOR`, create a new branch "vMAJOR.MINOR" and set `CANONICAL=` in Makefile
1716

18-
6. Run `make clean test` to ensure all tests pass from scratch and the CI is green
17+
6. Commit changes above with title "Release vVERSION" and generate new tag
1918

20-
7. Recompile an existing project (for example, Ecto) to ensure manifests can be upgraded
19+
7. Run `make clean test` to ensure all tests pass from scratch and the CI is green
2120

22-
8. Push branch and the new tag
21+
8. Recompile an existing project (for example, Ecto) to ensure manifests can be upgraded
2322

24-
9. If a new `vMAJOR.MINOR`, create a new branch "vMAJOR.MINOR" and set `CANONICAL=` in Makefile before building docs
23+
9. Push branch and the new tag
2524

2625
10. Publish new zips with `make zips`, upload `Precompiled.zip` and `Docs.zip` to GitHub Releases
2726

lib/elixir/pages/Deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ Empty string in `String.starts_with?/2`, `String.ends_with?/2`, `String.contains
6868
[v1.2]: https://github.com/elixir-lang/elixir/blob/v1.2/CHANGELOG.md#changelog-for-elixir-v12
6969
[v1.3]: https://github.com/elixir-lang/elixir/blob/v1.3/CHANGELOG.md#4-deprecations
7070
[v1.4]: https://github.com/elixir-lang/elixir/blob/v1.4/CHANGELOG.md#4-deprecations
71-
[v1.5]: https://github.com/elixir-lang/elixir/blob/master/CHANGELOG.md#4-deprecations
71+
[v1.5]: https://github.com/elixir-lang/elixir/blob/v1.5/CHANGELOG.md#4-deprecations

0 commit comments

Comments
 (0)