Skip to content

Commit

Permalink
Merge pull request #72 from MichalBryxi/patch-1
Browse files Browse the repository at this point in the history
Better anchors in README
  • Loading branch information
lukemelia authored May 2, 2021
2 parents 1e273de + 27b0700 commit b319a95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You can also pass your own custom scm generator class.

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.

### File Hash generator
### File Hash generator (`file-hash`)

This generator contructs a revisionKey from the fingerprint of the `index.html` file.

Expand Down Expand Up @@ -112,7 +112,7 @@ The list of built project files. This option should be relative to `distDir` and

*Default:* `context.distFiles`

### Git Tag Commit generator
### Git Tag Commit generator (`git-tag-commit`)

Constructs a revision key based on the most recent git tag and the currently checked-out commit.

Expand All @@ -138,7 +138,7 @@ The length of the commit hash that is used when constructing the `revisionKey`.

The text used to separate the tag name from the commit sha. By default, `+` is used.

### Git Commit generator
### Git Commit generator (`git-commit`)

Constructs a revision key based on the most recent git commit.

Expand Down

0 comments on commit b319a95

Please sign in to comment.