File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff 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
180171Thank you to Cocoa Xu (@cocoa-xu ) for building the first prototype of
Original file line number Diff line number Diff line change 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 ` .
You can’t perform that action at this time.
0 commit comments