docs(README) fix plugin anchor links (#504)
This commit is contained in:
parent
018835f56d
commit
332608378a
10
README.md
10
README.md
@ -87,12 +87,12 @@ When pushing new commits with `git push` a CI build is triggered. After running
|
|||||||
|
|
||||||
| Step | Description |
|
| Step | Description |
|
||||||
| ------------------ | ------------------------------------------------------------------------------------------- |
|
| ------------------ | ------------------------------------------------------------------------------------------- |
|
||||||
| Verify Conditions | Run the [verifyConditions](#verifyConditions) plugin |
|
| Verify Conditions | Run the [verifyConditions](#verifyconditions) plugin |
|
||||||
| Get last release | Obtain last release with the [getLastRelease](#getLastRelease) 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 |
|
| Analyze commits | Determine the type of release to do with the [analyzeCommits](#analyzecommits) plugin |
|
||||||
| Verify release | Call the [verifyRelease](#verifyRelease) plugin |
|
| Verify release | Call the [verifyRelease](#verifyrelease) plugin |
|
||||||
| npm publish | Update the version in `package.json` and call `npm publish` |
|
| 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 |
|
| 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.
|
_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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user