Skip to content

Document schemas versioning policy - #60

Open
vuillaut wants to merge 3 commits into
mainfrom
versioning
Open

Document schemas versioning policy#60
vuillaut wants to merge 3 commits into
mainfrom
versioning

Conversation

@vuillaut

@vuillaut vuillaut commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

Fixes #59

This add documentation to explain how to deal with versions and make a new release.

Important changes:

@vuillaut
vuillaut requested a review from dgarijo February 10, 2026 09:54
Comment thread README.md
/v1.0.0 <-- Immutable snapshot of version 1.0.0
/v1.1.0 <-- Immutable snapshot of version 1.1.0
/latest <-- A copy of the most recent stable version
```

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This above is not technically true. I will update when I have a bit more time

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the /latest directories are introduced in this PR.
I will create them if you agree with the proposal.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would not create /latest, as it implies maintaining things in 2 places.
We have the dev version for changes that are untested/ongoing.
Latest is always redirected to the last version (e.g., 0.0.2 at the moment)
We do not add the "v" in the name.

@dgarijo

dgarijo commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

I will address this over the week

@dgarijo dgarijo closed this Feb 10, 2026
@dgarijo dgarijo reopened this Feb 10, 2026
@dgarijo

dgarijo commented Feb 10, 2026

Copy link
Copy Markdown
Contributor

Apologies, closed the PR by error

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

Successfully merging this pull request may close these issues.

Clarify versioning policy

2 participants