Skip to content

Commit ea00de7

Browse files
committed
Move releasing note to RELEASE.md
1 parent bbd155c commit ea00de7

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,6 @@ For more details refer to the official documentation on
166166

167167
<!-- Docs -->
168168

169-
## Release
170-
171-
1. Update version in `mix.exs` and update CHANGELOG.
172-
2. Run `git tag x.y.z` and `git push --tags`.
173-
1. Wait for CI to precompile all artifacts.
174-
3. Run `mix elixir_make.checksum --all`.
175-
4. Run `mix hex.publish`.
176-
5. Bump version in `mix.exs` and add `-dev`.
177-
178169
## Acknowledgement
179170

180171
Thank you to Cocoa Xu (@cocoa-xu) for building the first prototype of

RELEASE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Releasing Pythonx
2+
3+
1. Update version in `mix.exs` and update CHANGELOG.
4+
2. Run `git tag x.y.z` and `git push --tags`.
5+
1. Wait for CI to precompile all artifacts.
6+
3. Run `mix elixir_make.checksum --all`.
7+
4. Run `mix hex.publish`.
8+
5. Bump version in `mix.exs` and add `-dev`.

0 commit comments

Comments
 (0)