🔧 Repository: Version job should skip the backstage apps (private npm packages) #1508
Closed
2 tasks done
Labels
bug
Something isn't working
📜 Description
Some workspaces contains a backstage app that refers the included plugins. For each release process (Version ... PR) the app package.json was touched and the CHANGELOG.md of the app was extended. I guess that's not necessary.
Same happens for plugins with a backend plugin for the backend app.
I guess all this files can be removed:
👍 Expected behavior
Only the plugin code should be touched.
👎 Current Behavior
Also the packages app and backend are changed when a new release happen.
👟 Reproduction steps
Take a look in any Version PR for a plugin that contains a complete backstage app.
For example:
The app and backend package is marked as
"private": true
in their package.json. I guess this packages should be ignored.📃 Provide the context for the Bug.
No response
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Code of Conduct?
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: