Skip to content

Commit

Permalink
docs(readme): remove platform handling note since table of content ta…
Browse files Browse the repository at this point in the history
…kes care of it
  • Loading branch information
kilianpaquier authored Aug 9, 2024
1 parent 6666d3a commit fe9f788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

---

A [**semantic-release**](https://github.com/semantic-release/semantic-release) plugin to handle backmerge between branches (works on github, gitlab and bitbucket).
A [**semantic-release**](https://github.com/semantic-release/semantic-release) plugin to handle backmerge between branches.

| Step | Description |
| ------------------ | --------------------------------------------------------------------------------------------- |
Expand Down Expand Up @@ -233,4 +233,4 @@ To avoid painful configurations, you may use the environments variables to autom
- Endpoint to create pull requests is `POST {baseUrl}{apiPathPrefix}/projects/{uri_encoded({owner}/{repo})}/merge_requests`
- Example: `POST https://gitlab.company.com/api/v4/projects/kilianpaquier%2Fsemantic-release-backmerge/merge_requests`
- Example: `POST https://gitlab.company.com/api/v4/projects/kilianpaquier%2Fsubgroup%2Fsemantic-release-backmerge/merge_requests`
- See [documentation](https://docs.gitlab.com/ee/api/merge_requests.html#create-mr)
- See [documentation](https://docs.gitlab.com/ee/api/merge_requests.html#create-mr)

0 comments on commit fe9f788

Please sign in to comment.