Why aren't my Releases Aren't Showing Up in CircleCI UI?

Overview

CircleCI Releases feature plays a critical role in tracking, managing, and optimizing build processes across your projects. 

Although, there might be times when new releases for a particular component are not showing up on the CircleCI interface - This article will detail how to investigate and troubleshoot such scenarios.

Are any Components disabled?

The CircleCI interface does not explicitly indicate if a component has been disabled.

However, unintentionally disabling could be one of the key reasons for not seeing any new releases for a specific component - The component might have been disabled accidentally, resulting in no new releases showing up in the UI.

Verify Your project-id Annotation

To troubleshoot this, you need to verify if the project-id annotation for your component is correctly set. CircleCI relies on this annotation to determine whether to monitor releases for a component:

  1. Access your project's configuration file by navigating to the configuration file where your components are defined.
  2. Locate the specific component that's missing releases in the CircleCI UI in your configuration file.
  3. Ensure that the project-id annotation is correctly set for your component.

If the project-id annotation has been removed, this means the component is treated as disabled in CircleCI, hence stopping the monitoring of its releases.

  • To rectify this, add back the project-id annotation into the component's configuration in your codebase.

Additional Resources

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.