docs(README) fix plugin anchor links (#504)

This commit is contained in:
Gregor Martynus 2017-11-21 10:15:01 -08:00 committed by GitHub
parent 018835f56d
commit 332608378a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,12 +87,12 @@ When pushing new commits with `git push` a CI build is triggered. After running
| Step | Description |
| ------------------ | ------------------------------------------------------------------------------------------- |
| Verify Conditions | Run the [verifyConditions](#verifyConditions) plugin |
| Get last release | Obtain last release with the [getLastRelease](#getLastRelease) plugin |
| Analyze commits | Determine the type of release to do with the [analyzeCommits](#analyzeCommits) plugin |
| Verify release | Call the [verifyRelease](#verifyRelease) plugin |
| Verify Conditions | Run the [verifyConditions](#verifyconditions) plugin |
| Get last release | Obtain last release with the [getLastRelease](#getlastrelease) plugin |
| Analyze commits | Determine the type of release to do with the [analyzeCommits](#analyzecommits) plugin |
| Verify release | Call the [verifyRelease](#verifyrelease) plugin |
| npm publish | Update the version in `package.json` and call `npm publish` |
| Generate notes | Generate release notes with plugin [generateNotes](#generateNotes) |
| Generate notes | Generate release notes with plugin [generateNotes](#generatenotes) |
| Github release | A git tag and [Github release](https://help.github.com/articles/about-releases/) is created |
_Note:_ The current release/tag implementation is tied to GitHub, but could be opened up to Bitbucket, GitLab, et al. Feel free to send PRs for these services.