Closed scinos closed 2 weeks ago
Just one issue left and it seems not directly related to your changes. Do you have an idea how to fix it? Btw if you want, I would like to offer you the maintainer role for this repo? https://github.com/rejuvenate/rejuvenate/blob/master/README.md
Just one issue left and it seems not directly related to your changes. Do you have an idea how to fix it?
I'd need to investigate how the release process work. But my initial guess is this fails because we didn't update the version number in package.json
(based on the log of the step "Run rymndhng/release-on-push-action@master").
Do you happen to know what's the release process for this package?
Btw if you want, I would like to offer you the maintainer role for this repo?
Sure! I'd love to help.
This issue might be related to my change here: https://github.com/rejuvenate/lovelace-horizon-card/pull/88/files but I do not see why.
The release process should be based on those labels I can assign to PRs: "norelease", "release:major", "release:minor", "release:patch". I assume the issue came up because I didn't add any of those labels to the PR. I would expect that to have the same effect as adding "norelease", which my PR #88 was supposed to ensure.
Pull Request Template for Home Assistant / Lovelace Card Repository
Overview
At some point we merged an incomplete
yarn.lock
(likely in #155), causing CI to fail. This PR fixes it by committing the missing changes inyarn.lock
Type of Change