Skip to content

Commit 186aea5

Browse files
chore(release): update docs for v1.0.7
1 parent 76de08f commit 186aea5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ProverCoderAI Release Action
22

3-
Latest release: `v1.0.6` (auto-updated)
3+
Latest release: `v1.0.7` (auto-updated)
44

55
A GitHub Action for automated releases with changeset management, version bumping, npm/GitHub Packages publishing, and GitHub Release creation.
66

@@ -39,7 +39,7 @@ jobs:
3939
if: github.event.workflow_run.conclusion == 'success'
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: ProverCoderAI/action-release@v1.0.6
42+
- uses: ProverCoderAI/action-release@v1.0.7
4343
with:
4444
ref: ${{ github.event.workflow_run.head_sha }}
4545
branch: ${{ github.event.workflow_run.head_branch }}
@@ -74,7 +74,7 @@ jobs:
7474
release:
7575
runs-on: ubuntu-latest
7676
steps:
77-
- uses: ProverCoderAI/action-release@v1.0.6
77+
- uses: ProverCoderAI/action-release@v1.0.7
7878
with:
7979
ref: ${{ github.event.workflow_run.head_sha }}
8080
branch: ${{ github.event.workflow_run.head_branch }}
@@ -149,7 +149,7 @@ permissions:
149149
### Publish only to npm
150150

151151
```yaml
152-
- uses: ProverCoderAI/action-release@v1.0.6
152+
- uses: ProverCoderAI/action-release@v1.0.7
153153
with:
154154
ref: ${{ github.sha }}
155155
publish_npm: true
@@ -161,7 +161,7 @@ permissions:
161161
### Custom version bump type
162162

163163
```yaml
164-
- uses: ProverCoderAI/action-release@v1.0.6
164+
- uses: ProverCoderAI/action-release@v1.0.7
165165
with:
166166
ref: ${{ github.sha }}
167167
bump_type: minor # or 'major'
@@ -171,7 +171,7 @@ permissions:
171171
### Different Node.js version
172172

173173
```yaml
174-
- uses: ProverCoderAI/action-release@v1.0.6
174+
- uses: ProverCoderAI/action-release@v1.0.7
175175
with:
176176
ref: ${{ github.sha }}
177177
node_version: "20"

SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Test that other repositories can use the action:
6161

6262
```yaml
6363
# In another repository's workflow
64-
- uses: ProverCoderAI/action-release@v1.0.6
64+
- uses: ProverCoderAI/action-release@v1.0.7
6565
with:
6666
ref: ${{ github.sha }}
6767
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)