You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ steps:
36
36
with:
37
37
fetch-depth: 0# Required for commit history
38
38
39
-
- uses: linear/linear-release-action@v0.1.0
39
+
- uses: linear/linear-release-action@v0
40
40
with:
41
41
access_key: ${{ secrets.LINEAR_ACCESS_KEY }}
42
42
```
@@ -74,7 +74,7 @@ steps:
74
74
with:
75
75
fetch-depth: 0
76
76
77
-
- uses: linear/linear-release-action@v0.1.0
77
+
- uses: linear/linear-release-action@v0
78
78
id: release
79
79
with:
80
80
access_key: ${{ secrets.LINEAR_ACCESS_KEY }}
@@ -91,7 +91,7 @@ steps:
91
91
Creates or updates a release by scanning commits for Linear issue identifiers.
92
92
93
93
```yaml
94
-
- uses: linear/linear-release-action@v0.1.0
94
+
- uses: linear/linear-release-action@v0
95
95
with:
96
96
access_key: ${{ secrets.LINEAR_ACCESS_KEY }}
97
97
```
@@ -101,7 +101,7 @@ Creates or updates a release by scanning commits for Linear issue identifiers.
101
101
Marks the current release as complete. Only applicable to scheduled pipelines, as continuous pipelines create releases in the completed stage automatically.
102
102
103
103
```yaml
104
-
- uses: linear/linear-release-action@v0.1.0
104
+
- uses: linear/linear-release-action@v0
105
105
with:
106
106
access_key: ${{ secrets.LINEAR_ACCESS_KEY }}
107
107
command: complete
@@ -112,7 +112,7 @@ Marks the current release as complete. Only applicable to scheduled pipelines, a
112
112
Updates the deployment stage of the current release. Only applicable to scheduled pipelines, as continuous pipelines create releases in the completed stage automatically.
113
113
114
114
```yaml
115
-
- uses: linear/linear-release-action@v0.1.0
115
+
- uses: linear/linear-release-action@v0
116
116
with:
117
117
access_key: ${{ secrets.LINEAR_ACCESS_KEY }}
118
118
command: update
@@ -124,7 +124,7 @@ Updates the deployment stage of the current release. Only applicable to schedule
124
124
Filter commits by file paths to track releases for specific packages:
0 commit comments