Skip to content

dev/release: Add dev tag for proper nightly package versioning #134

@paleolimbot

Description

@paleolimbot

I forgot to put this in the release instructions, but the nightly Python packages rely on a tag to version themselves after a release:

maybe_last_dev_tag = git(
"describe", "--match", "apache-sedona-db-*.dev", "--tags", "--abbrev=0"
)

Currently this is getting calculated as 0.1.0-alpha287, which is not really the end of the world, but in theory we'd like the dev versions to have a version number greater than 0.1.0.

https://github.com/apache/sedona-db/actions/runs/17937024971/job/51004986580#step:7:20

I think creating the tag apache-sedona-db-0.2.0.dev and pushing it upstream after the version update PR merges should do it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions