Releases: gilcloud/sbt-gitlab
Releases · gilcloud/sbt-gitlab
0.1.2 update to support sbt 1.7.0
fix chaining with SBT and cross publish
Removed allRequirements on publishTrigger (#8) * Removed allRequirements on publishTrigger * Updated gitlabDomain to utilize gitlab CI env var * added some documentation and updated .gitignore * re-enabled autoTrigger and scoped plugin settings to the publish command only * Minor refacotring to make change more readable
self hosted gitlab support
use an interceptor and add support for self hosted gitlab (#5) * interceptor auth and private repos (#4) * Add Interceptor allow CI auto generation of credentials and use credential file for local dev * make sure we can support privately hosted repos Co-authored-by: Kevin Wright <[email protected]> * update version * added install instructions * updating sbt with more useful info * Update README.md * Update README.md * gitlabGroupId setting key added (#6) * gitlabGroupId setting key added * debug loglevel Co-authored-by: Kevin Wright <[email protected]> Co-authored-by: Andrey Kovbovich <[email protected]>