Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.16 KB

RELEASING.md

File metadata and controls

25 lines (17 loc) · 1.16 KB

Releasing

  1. Update CHANGELOG.md

  2. Tag the release and prepare for the next version with: (bump2version is a dependency. You'll need to install it if you don't have it)

    $ ./new-version.sh --release-version X.Y.Z --next-version X.Y.Z

    Tip: Use --help to see script usage

  3. Visit CI to see the progress of the release! 🚀

  4. Visit sonatype to promote java artifacts

  5. Create a new project board for the next release using the automated kanban template:

  6. Before closing the project board for the current release, move any open issues to the project board created in step 5

  7. Draft a new release using the release notes for X.Y.Z in step 1 as the release description:


SPDX-License-Identifier: Apache-2.0
Copyright 2018-2023 contributors to the OpenLineage project