We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d222519 commit a00e641Copy full SHA for a00e641
2 files changed
RELEASE.md
@@ -3,6 +3,7 @@
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`.
+3. Publish GH release with copied changelog notes (CI creates a draft, we need to publish it to compute the checksum).
+4. Run `mix elixir_make.checksum --all`.
+5. Run `mix hex.publish`.
9
+6. Bump version in `mix.exs` and add `-dev`.
mix.exs
@@ -5,7 +5,7 @@ end
defmodule Pythonx.MixProject do
use Mix.Project
- @version "0.3.0"
+ @version "0.3.1-dev"
@description "Python interpreter embedded in Elixir"
10
@github_url "https://github.com/livebook-dev/pythonx"
11
0 commit comments