Introduction
sbt-release-fossil
is a small add-on to the sbt-release-plugin so that it works with Fossil SCM.
Problem description
If you have your sources in a Fossil SCM repository, and want to use the sbt-release-plugin to automate releases, you (may) have a problem: the sbt-release-plugin does not support Fossil SCM repositories.
This tiny plugin bridges the gap between the sbt-release-plugin and Fossil SCM.
Configuration
Add the following line to your project/plugins.sbt
:
addSbtPlugin("com.chiselapp.twenstar" % "sbt-release-fossil" % "0.2.4")
For all further configuration, follow the documentation of the sbt-release-plugin.
Dependency
This plugin depends on the sbt-release-plugin and it runs under sbt versions 0.13.16 and 1.2.8.
Reporting issues
Please report issues using the Tickets menu point.
Development information
Please refer to the contributing guide.
License of the source code
Copyright © 2015-2019 Dominik Winter
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
License of the wiki pages
Copyright © 2015-2019 Dominik Winter
Licensed under The FreeBSD Documentation License.