Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions for releasing new version #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Artur-Sulej
Copy link

Instructions for releasing new version

# How to release a new version

* Ensure working dir is clean
* Make sure tests pass with `mix test`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are no tests to run

Comment on lines +5 to +10
* Update version in `mix.exs`
* Update `CHANGELOG.md`
* Create a commit:

```sh
git commit -a -m "Bump version to 0.X.Y"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't that skip review?

@@ -0,0 +1,10 @@
FROM elixir:1.11.4

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also add .tool-versions?

```sh
git commit -a -m "Bump version to 0.X.Y"
git tag v0.X.Y
mix hex.user auth

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed each time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants