Skip to content

Commit

Permalink
Issue 285: Versioning policy documentation (Qbeast-io#305)
Browse files Browse the repository at this point in the history
* Add Versioning Policy to CONTRIBUTING guide
  • Loading branch information
cdelfosse authored Apr 9, 2024
1 parent 6e6b5b4 commit b34b3a3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,29 @@ sbt publishM2

<br/>

# Versioning

Here are some rules on versioning the qbeast-spark project that must be applied before a new version is released.

## post 0.6.0 release

If the current version is 0.y.z, these rules must be applied for a new release:
- 0.y.z+1 for a bugfix only release
- 0.z+1.0 for a new feature(s) release
- 0.y.z-rcN for release candidates, N being a positive integer

## post 1.0.0 release

We'll apply Semantic Versioning rules as defined at (semver.org)[https://semver.org].

## Snapshots

Snapshots can be made available for internal and test purposes.
In this case the versioning to be applied is: <new-version-number>-<short-commit-sha>-SNAPSHOT

Example: 0.6.2-badfbadf-SNAPSHOT


# Community Values

The following are the refined values that our community has developed in order to promote continuous improvement of our projects and peers.
Expand Down

0 comments on commit b34b3a3

Please sign in to comment.