Replies: 2 comments 4 replies
-
Hey, @oscard0m. Thanks for opening this. Currently, there are multiple problems with the automated release:
We need to commit the version bumps to I've also noticed that the integration tests seem to be failing right now due to type errors. This may be a regression of #1073. |
Beta Was this translation helpful? Give feedback.
-
I think it's worth writing down my expectations from the automated releases so we know where to move. ScheduledReleases must be scheduled so there's as little human involvement as possible. I currently have them as a cron job that runs at 11 PM every day. We may extend this window eventually but I find it sufficient for now. Why: So that each merge doesn't trigger a new release. I want to be able to merge different things throughout the day and have them all released under a single version. ConventionalReleases must use Conventional Commits to determine next versions of the package. That's something Committed to Git (and GitHub)Releases must be committed to Git. This includes the release version bump in |
Beta Was this translation helpful? Give feedback.
-
Apparently automated releases with
semantic-release
are not working right now for this project. I'm opening this discussion to collect enough info to create the corresponding spikes or GitHub issues to address the problem.@kettanaito could you please share an example or more insights on this when you have time?
Thanks
Originally posted here:
Beta Was this translation helpful? Give feedback.
All reactions