rootlyhq / backstage-plugin

Manage incidents directly from Backstage
https://rootly.com
MIT License
6 stars 7 forks source link

Readme doesn't work #45

Closed dncrews closed 3 weeks ago

dncrews commented 1 month ago

I generally wouldn't @mention someone directly, but @kwent I see you made the changes to the README.

This package doesn't exist.

Add the plugin to your backend app:

```bash
yarn add --cwd packages/backend @rootly/backstage-plugin-entity-processor
kwent commented 1 month ago

This version is not released yet. Refer to https://github.com/rootlyhq/backstage-plugin/blob/d4aea3d2e0b9def20e27543ff167bda390521693/README.md for now

dncrews commented 4 weeks ago

Thanks @kwent. I was able to figure that out from the commit history before I created this issue.

I just wanted you to see that your actual customer-base is affected, with the hope that you would be encouraged to revert your official documentation back to something that works.

dncrews commented 4 weeks ago

Notably: since my comments, the old documentation that you have linked to in your comment is also now broken. You do not currently have a functioning product in this repository, since you have published only some of your packages, and you have published your -beta packages as latest.

I recommend you do this:

npm dist-tag add @rootly/backstage-plugin@0.3.9 latest

And then if you have any automation around your beta features, I would recommend doing this in it, instead of just the default publish behavior.

npm publish --tag beta
kwent commented 3 weeks ago

All packages has now been published.