Skip to content

Commit

Permalink
Adds Releasing guide to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ry4n1m3 committed Aug 19, 2024
1 parent b488440 commit f204497
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ end
- Start server: `bin/dev/start`
- Run tests and push: `bin/dev/shipit`

### Building assets for a release
### Releasing

`mix assets.build`
1. Update the version in `mix.exs`
a. Search for and update the version anywhere it appears in the repo, such as this README
2. `git tag -a v${version_number}` such that the tag look like `v1.44.0-alpha.3` or `v1.44.0`
3. `git push --tags`
4. `mix hex.publish`

0 comments on commit f204497

Please sign in to comment.