You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ You can also pass your own custom scm generator class.
78
78
79
79
Data generators are the strategies used to generate information about the revision being deployed. A data generator must return an object which contains a property called `revisionKey` which uniquely identifies the current revision. A generator can add any other data that it deems relevant to the data object that it returns.
80
80
81
-
### File Hash generator
81
+
### File Hash generator (`file-hash`)
82
82
83
83
This generator contructs a revisionKey from the fingerprint of the `index.html` file.
84
84
@@ -112,7 +112,7 @@ The list of built project files. This option should be relative to `distDir` and
112
112
113
113
*Default:*`context.distFiles`
114
114
115
-
### Git Tag Commit generator
115
+
### Git Tag Commit generator (`git-tag-commit`)
116
116
117
117
Constructs a revision key based on the most recent git tag and the currently checked-out commit.
118
118
@@ -138,7 +138,7 @@ The length of the commit hash that is used when constructing the `revisionKey`.
138
138
139
139
The text used to separate the tag name from the commit sha. By default, `+` is used.
140
140
141
-
### Git Commit generator
141
+
### Git Commit generator (`git-commit`)
142
142
143
143
Constructs a revision key based on the most recent git commit.
0 commit comments