This repository has been archived by the owner on May 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #59 +/- ##
==========================================
- Coverage 82.15% 65.8% -16.36%
==========================================
Files 17 16 -1
Lines 426 424 -2
Branches 13 9 -4
==========================================
- Hits 350 279 -71
- Misses 76 145 +69
Continue to review full report at Codecov.
|
raulraja
approved these changes
Apr 27, 2017
b989bde
to
0983efb
Compare
LGTM |
andyscott
approved these changes
Apr 27, 2017
….com/47deg/case-classy into feature/sbt-org-policies-integration
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #54,
Fixes #37
Fixes #46
This PR releases a new version under
com.47deg
group id and provides:File Headers
Activates by default headers for all files. It'll keep up to date the headers of all files based on org license, project start year, project name and project organisation.
Policy files
On every merge in
master
, the plugin will keep up to date some policy files likeAUTHORS.md
,README.md
(badges, license notice, etc.),CONTRIBUTING.md
, LICENSE, ...In the same way, the file located at
modules/readme/src/main/tut/README.md
will be compiled bytut
and copied automatically to the root folder, and also will be commited automatically. Hence, nobody should care about the README file in the root folder.Releases
On every merge in
master
, if the version in theversion.sbt
is an snapshot version, the plugin will publish the snapshot as usual. If you want to release a new version, just change theversion.sbt
with a final version (removing the-SNAPSHOT
suffix) and the plugin will:CHANGELOG.md
file with all the PRs that are part of the release (from now on, the PR title is important to give information).Please @raulraja @andyscott have a look. Thanks.