-
Notifications
You must be signed in to change notification settings - Fork 7
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
Integrates sbt-org-policies #46
Conversation
Codecov Report
@@ Coverage Diff @@
## master #46 +/- ##
===========================================
+ Coverage 80.43% 97.16% +16.73%
===========================================
Files 10 10
Lines 92 106 +14
===========================================
+ Hits 74 103 +29
+ Misses 18 3 -15
Continue to review full report at Codecov.
|
4e1301f
to
3ac3b4d
Compare
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.
3ac3b4d
to
dfda4ec
Compare
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.
## Contributors | ||
|
||
These are the people that have contributed to the scalacheck-toolbox project: | ||
|
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.
Looks like we need some names here!
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.
Yeah, this section will be automatically populated by the plugin.
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.
Oh nice 👍
Fixes #44 . It adds some changes and improvements:
scalafmt and headers
Activates by default scalafmt and headers for all files. It'll keep up to date the headers of all files based on your license, start year, project name and project organization.
Policy files
On every master merge, the plugin will keep up to date some policy files like
AUTHORS.md
,README.md
(with the badges),CONTRIBUTING.md
,LICENSE
, ...Releases
In every master merge, if the version in
version.sbt
is a snapshot version, the plugin will publish the snapshot. If you want to release a new version, just change theversion.sbt
with a final version (like in this PR) and the plugin will:CHANGELOG.md
file with all the PRs that are part of the releaseMicrosite
On every master merge, the plugin will publish the microsite with the updated docs. Also, it'll update all versions of the doc files.
Please @juanpedromoreno and @noelmarkham could you review? Thanks