fix: plugin version in package.json and getting started instructions
Signed-off-by: Talita Gregory Nunes Freire <talita.freire@dazn.com>
This commit is contained in:
@@ -12,6 +12,10 @@ It will help you and your team stay on top of open pull requests, hopefully redu
|
||||
|
||||
## Getting started
|
||||
|
||||
Intall the plugin by running the following command **from your Backstage root directory**
|
||||
|
||||
`yarn --cwd packages/app add @backstage/plugin-github-pull-requests-board`
|
||||
|
||||
The plugin exports the **TeamPullRequestsBoard** component which can be added to the Overview page of the team at `backstage/packages/app/src/components/catalog/EntityPage.tsx`
|
||||
|
||||
```javascript
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-github-pull-requests-board",
|
||||
"description": "A Backstage plugin that allows you to see all open Pull Requests for all the repositories owned by your team",
|
||||
"version": "0.1.0",
|
||||
"version": "0.0.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user