Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Re-build module when docs change
Browse files Browse the repository at this point in the history
This commit adds the CHANGELOG.md, README.md, and LICENSE files to the list of
files that will trigger a module re-build when changed.
  • Loading branch information
Sharpie committed Feb 21, 2018
1 parent 7bf493b commit c06dfd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ FACTS_UPLOAD_JAR_SRCS = Rake::FileList['project.clj',

FACTS_UPLOAD_MODULE = "pkg/#{MODULE_METADATA['name']}-#{MODULE_METADATA['version']}.tar.gz"
FACTS_UPLOAD_MODULE_SRCS = Rake::FileList['metadata.json',
'CHANGELOG.md',
'LICENSE',
'README.md',
'manifests/**/*.pp',
'lib/**/*.rb',
'files/facts-upload.jar']
Expand Down

0 comments on commit c06dfd3

Please sign in to comment.