diff --git a/.changeset/moody-pears-suffer.md b/.changeset/moody-pears-suffer.md index 5fe4ec17ab..920c0ff952 100644 --- a/.changeset/moody-pears-suffer.md +++ b/.changeset/moody-pears-suffer.md @@ -2,4 +2,4 @@ '@backstage/plugin-circleci': patch --- -Fixed bug in circleci plugin. The bug fix is with respect to restartBuild action in circleci.Changed the vcstype from Git to map the vcstype dynamically. +Fixed a bug in the `CircleCI` plugin where restarting builds was hard-coded to GitHub rather than introspecting the entity source location.