Clone jbehave-site to external path, eg to a sibling dir:
$ git clone [email protected]:jbehave/jbehave-site.git ../site
$ ../site/release.sh jbehave <version> <qualifier> <next>
where:
- version is the release version, e.g. 5.0
- qualifier is the type of release, stable or preview
- next is the next snapshot version, e.g. 5.1-SNAPSHOT
$ ../site/shapshot.sh jbehave <version>
where:
- version is the snapshot version, e.g. 5.0-SNAPSHOT