You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As something I only work on periodically, I seem to always forget somewhere I need to bump a version number, or some other minor step in the process of preparing a release. I should make a file with all of the steps documented for future-me to not stumble over this yet again.
Steps I know to include so far:
Update deps
Check Twilio docs for changes to available magic numbers.
Ensure tests pass, which confirms all magic numbers are correct and still in use at Twilio.
mix format & mix credo
Update changelog
Update readme freshness section with version number and current date
Update mix.exs version number.
git add and git commit.
Post a release on GitHub.
mix hex.publish (does code and docs)
The text was updated successfully, but these errors were encountered:
As something I only work on periodically, I seem to always forget somewhere I need to bump a version number, or some other minor step in the process of preparing a release. I should make a file with all of the steps documented for future-me to not stumble over this yet again.
Steps I know to include so far:
mix format
&mix credo
git add
andgit commit
.mix hex.publish
(does code and docs)The text was updated successfully, but these errors were encountered: