Skip to content

Commit

Permalink
🔖 create patch release (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Jul 19, 2022
1 parent 913bd80 commit 55656f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0

- name: Autodev
uses: Staffbase/autodev-action@v1.4.0
uses: Staffbase/autodev-action@v1.5.1
with:
# The token used to fetch the pull requests from the GitHub API
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down Expand Up @@ -59,7 +59,7 @@ Always create the dev branch.

```yaml
- name: Autodev
uses: Staffbase/autodev-action@v1.4.0
uses: Staffbase/autodev-action@v1.5.1
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
```
Expand All @@ -68,7 +68,7 @@ Add a status comment if the merge was successful or failed.

```yaml
- name: Autodev
uses: Staffbase/autodev-action@v1.4.0
uses: Staffbase/autodev-action@v1.5.1
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
comments: true
Expand All @@ -80,7 +80,7 @@ Add a status label if the merge was successful or failed.

```yaml
- name: Autodev
uses: Staffbase/autodev-action@v1.4.0
uses: Staffbase/autodev-action@v1.5.1
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
labels: true
Expand All @@ -92,6 +92,10 @@ Add a status label if the merge was successful or failed.

- currently only the first 100 pull requests are analyzed

# Release

You can create a new release by creating a new tag and bump the version in `package.json.`

# Development

Very nice that you want to work on the action. To create a working implementation, you can use the following command to perform all the necessary actions.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autodev-action",
"version": "v1.4.0",
"version": "v1.5.1",
"description": "Github Action that tries to merge all commits from a PR with the dev label into the dev branch.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 55656f8

Please sign in to comment.