Skip to content

Files

Latest commit

 

History

History
18 lines (14 loc) · 620 Bytes

RELEASING.md

File metadata and controls

18 lines (14 loc) · 620 Bytes

Releasing

  1. Update the CHANGELOG.md:

  2. Change the Unreleased header to the release version.

  3. Add a link URL to ensure the header link works.

  4. Add a new Unreleased section to the top.

  5. Update the docs/setup.md:

    1. Change the snapshot section to reflect the next "SNAPSHOT" version, in case it's changing.
    2. Update the version in the dependencies section to the new release version.
  6. Run release script:

    $ scripts/release.sh
    

If it successfully finishes running it will trigger a GitHub Action workflow which will create a GitHub release and push to Maven Central.