Skip to content

Commit

Permalink
Merge pull request #8768 from circleci/REL-3012-improve-public-docs
Browse files Browse the repository at this point in the history
[REL-3012] Explain how to use PROJECT ID from env vars
  • Loading branch information
cperez08 committed May 21, 2024
2 parents 4a19c47 + b8c769d commit 2469d3f
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ To enable your release to show up on the releases UI in the CircleCI web app, ad
+
[NOTE]
====
**Find your project ID:**
There are two ways to specify your **project ID**, as follows:
* Use the `$CIRCLE_PROJECT_ID` xref:variables#built-in-environment-variables[built-in environment variable] in a CircleCI pipeline. This way, you can use tools like `envsubst` to substitute the placeholder for the real value.
* Manually copy the value from the project settings page:
. Click **Projects** in the CircleCI web app sidebar and use the search function to find your project
. Click the ellipsis menu next to your project and click btn:[Project Settings]
Expand Down Expand Up @@ -145,7 +149,7 @@ metadata:
[#opt-out-ui-based-actions]
=== c. Opt out of UI-based actions

If you would like to disable any release management features for a specific component, you can do so by adding any of the following annotations with the value `false` to the related Kubernetes Deployment or Argo Rollout.
Remember that all UI-based actions are enabled by default (no actions are required to enable them). If you would like to disable any release management features for a specific component, you can do so by adding any of the following annotations with the value `false` to the related Kubernetes Deployment or Argo Rollout.

NOTE: If an annotation is either not specified or is specified with any value _other_ than `false`, the associated feature is **enabled**. Release management features are enabled by default unless explicitly disabled, as follows:

Expand Down

0 comments on commit 2469d3f

Please sign in to comment.