-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c15586b
commit e198bf4
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Releasing a new version | ||
|
||
## Preparation | ||
- [ ] Update the package version in `mix.exs` | ||
- [ ] Update `CHANGELOG.md` to describe the new changes | ||
- [ ] Update the package version badge and installation instructions in `README.md` | ||
|
||
## Release Process | ||
- [ ] Make sure all changes in the `Preparation` section are in `main` | ||
- [ ] In GitHub, create, and publish, a new release with appropriate notes, and version matching the package version `mix.exs` | ||
- [ ] The github actions workflow should automatically publish the package and docs to hex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters