Skip to content

Commit 3e034d5

Browse files
committed
Use major version tag in README examples
1 parent ebb0259 commit 3e034d5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ steps:
3636
with:
3737
fetch-depth: 0 # Required for commit history
3838

39-
- uses: linear/linear-release-action@v0.1.0
39+
- uses: linear/linear-release-action@v0
4040
with:
4141
access_key: ${{ secrets.LINEAR_ACCESS_KEY }}
4242
```
@@ -74,7 +74,7 @@ steps:
7474
with:
7575
fetch-depth: 0
7676
77-
- uses: linear/linear-release-action@v0.1.0
77+
- uses: linear/linear-release-action@v0
7878
id: release
7979
with:
8080
access_key: ${{ secrets.LINEAR_ACCESS_KEY }}
@@ -91,7 +91,7 @@ steps:
9191
Creates or updates a release by scanning commits for Linear issue identifiers.
9292

9393
```yaml
94-
- uses: linear/linear-release-action@v0.1.0
94+
- uses: linear/linear-release-action@v0
9595
with:
9696
access_key: ${{ secrets.LINEAR_ACCESS_KEY }}
9797
```
@@ -101,7 +101,7 @@ Creates or updates a release by scanning commits for Linear issue identifiers.
101101
Marks the current release as complete. Only applicable to scheduled pipelines, as continuous pipelines create releases in the completed stage automatically.
102102

103103
```yaml
104-
- uses: linear/linear-release-action@v0.1.0
104+
- uses: linear/linear-release-action@v0
105105
with:
106106
access_key: ${{ secrets.LINEAR_ACCESS_KEY }}
107107
command: complete
@@ -112,7 +112,7 @@ Marks the current release as complete. Only applicable to scheduled pipelines, a
112112
Updates the deployment stage of the current release. Only applicable to scheduled pipelines, as continuous pipelines create releases in the completed stage automatically.
113113

114114
```yaml
115-
- uses: linear/linear-release-action@v0.1.0
115+
- uses: linear/linear-release-action@v0
116116
with:
117117
access_key: ${{ secrets.LINEAR_ACCESS_KEY }}
118118
command: update
@@ -124,7 +124,7 @@ Updates the deployment stage of the current release. Only applicable to schedule
124124
Filter commits by file paths to track releases for specific packages:
125125

126126
```yaml
127-
- uses: linear/linear-release-action@v0.1.0
127+
- uses: linear/linear-release-action@v0
128128
with:
129129
access_key: ${{ secrets.LINEAR_ACCESS_KEY }}
130130
include_paths: apps/web/**,packages/shared/**

0 commit comments

Comments
 (0)