Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Creates or updates a release by scanning commits for Linear issue identifiers.

### complete

Marks the current release as complete.
Marks the current release as complete. Only applicable to scheduled pipelines, as continuous pipelines create releases in the completed stage automatically.

```yaml
- uses: linear/linear-release-action@v0.1.0
Expand All @@ -78,7 +78,7 @@ Marks the current release as complete.

### update

Updates the deployment stage of the current release.
Updates the deployment stage of the current release. Only applicable to scheduled pipelines, as continuous pipelines create releases in the completed stage automatically.

```yaml
- uses: linear/linear-release-action@v0.1.0
Expand Down