Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about circle ci ui for creating a new release #1061

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

david-venhoff
Copy link
Member

Short description

It is possible to trigger a workflow using the circleCI user interface, instead of sending a POST request. Since this is a bit simpler, mention it in the docs

Proposed changes

  • Mention the possibility of using ui in the docs

Side effects

/

Resolved issues

Fixes: /


@david-venhoff david-venhoff force-pushed the enhancement/add-note-about-ui-release-trigger branch from 32f7a7e to 3cacabd Compare February 22, 2025 16:23
@@ -9,7 +9,8 @@

## Triggering a Delivery using the CI

The easiest way to deliver a new build to production or development is to trigger the corresponding CircleCI workflows _triggered_native_development_delivery_ and _triggered_production_delivery_:
The easiest way to deliver a new build to production or development is to trigger the corresponding CircleCI workflows _triggered_native_development_delivery_ and _triggered_production_delivery_.
You can either use the CircleCI web ui or by sending a POST request to CircleCI:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can either use the CircleCI web ui or by sending a POST request to CircleCI:
You can either use the CircleCI web UI (press the "Trigger Pipeline" button) or by sending a POST request to CircleCI:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants