Skip to content

Commit 787c448

Browse files
committed
Enable revision tagging by default
1 parent 9b2f422 commit 787c448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
configure: function(/* context */) {
4949
this.log('validating config');
5050

51-
['distDir', 'filePattern', 'revisionKey', 'didDeployMessage'].forEach(this.applyDefaultConfigProperty.bind(this));
51+
['distDir', 'filePattern', 'revisionKey', 'enableRevisionTagging', 'didDeployMessage'].forEach(this.applyDefaultConfigProperty.bind(this));
5252

5353
this.log('config ok');
5454
},

0 commit comments

Comments
 (0)