Liking cljdoc? Tell your friends :D

fr.jeremyschoffen.mbt.alpha.default.versioning.schemes.maven-like

Implementation of versioning schemes using the maven and semver building blocks from the core api (fr.jeremyschoffen.mbt.alpha.core.versioning.maven-like).

Implementation of versioning schemes using the maven and semver building blocks from the core api
([[fr.jeremyschoffen.mbt.alpha.core.versioning.maven-like]]).
      
raw docstring

maven-schemeclj

A maven version scheme. The versioning starts at the first versioned commit. Supports the following bumps:

  • :patch
  • :minor
  • :major
  • :alpha
  • :beta
  • :rc
  • :release
A maven version scheme. The versioning starts at the first versioned commit.
Supports the following bumps:
- `:patch`
- `:minor`
- `:major`
- `:alpha`
- `:beta`
- `:rc`
- `:release`
sourceraw docstring

semver-schemeclj

A semver version scheme. The versioning starts at the first versioned commit. Supports the following bumps:

  • :patch
  • :minor
  • :major
A semver version scheme. The versioning starts at the first versioned commit.
Supports the following bumps:
- `:patch`
- `:minor`
- `:major`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close