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

Need to document release process #18

Open
scottswezey opened this issue Dec 16, 2020 · 0 comments
Open

Need to document release process #18

scottswezey opened this issue Dec 16, 2020 · 0 comments
Assignees

Comments

@scottswezey
Copy link
Owner

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:

  1. Update deps
  2. Check Twilio docs for changes to available magic numbers.
  3. Ensure tests pass, which confirms all magic numbers are correct and still in use at Twilio.
  4. mix format & mix credo
  5. Update changelog
  6. Update readme freshness section with version number and current date
  7. Update mix.exs version number.
  8. git add and git commit.
  9. Post a release on GitHub.
  10. mix hex.publish (does code and docs)
@scottswezey scottswezey self-assigned this Dec 16, 2020
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

No branches or pull requests

1 participant