Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 596 Bytes

RELEASE.md

File metadata and controls

27 lines (16 loc) · 596 Bytes

Release process

  1. Bump version (see below for all files)

  2. Ensure CHANGELOG is updated and add current date

  3. Commit changes above with title "Release v$VERSION"

  4. Push master and the new tag

  5. Create GitHub release: open "https://github.com/hexpm/hex_core/releases/new?title=v$VERSION&tag=v$VERSION&body=content%0Afrom%0Achangelog"

  6. rm src/safe_erl_term.erl

  7. Spot check docs: rebar3 ex_doc

  8. Publish package: rebar3 hex publish

  9. Publish docs: rebar3 hex publish docs

Places where version is mentioned

src/hex_core.app.src
src/hex_core.hrl
README.md