-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework Build #689
Rework Build #689
Conversation
lazy val higherKindCore = project | ||
.in(file("modules/higherKindCore")) | ||
.settings( | ||
defaultSettings, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
each module should be provided with publish/noPublish settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see, only docs don't get published. and what about the root itself?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are usually publishing it under tofu
, it's like swissknife
* Rework Build * remove version * release drafter change * fix ci-release * mergify change * add reviewers update plugins.sbt * crossScalaVersions * regen ci.yml * fix build * format all * regen ci * aggregate docs * add docs s step and CI=true to ci-release * fmt * add preparePR command * reviewer lists unify
copy-paste of tofu-tf/derevo#291
closes #605