Skip to content

Commit a96c578

Browse files
committed
Note about v1 update
1 parent d26bdc4 commit a96c578

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
> A GitHub Action which adds a comment to a pull request's issue.
44
5+
Note, I'm publishing v2 as v1 without any new features due to all the
6+
deprecations folks are experiencing with v1. v2 will make some changes to the
7+
interface and add new features.
8+
59
## Features
610

711
- Fast, runs in the GitHub Actions node.js runtime; no Docker pull needed.
@@ -20,7 +24,7 @@ jobs:
2024
test:
2125
runs-on: ubuntu-latest
2226
steps:
23-
- uses: mshick/add-pr-comment@v2
27+
- uses: mshick/add-pr-comment@v1
2428
with:
2529
message: |
2630
**Hello**
@@ -81,7 +85,7 @@ jobs:
8185
pr:
8286
runs-on: ubuntu-latest
8387
steps:
84-
- uses: mshick/add-pr-comment@v2
88+
- uses: mshick/add-pr-comment@v1
8589
with:
8690
message: |
8791
**Howdie!**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mshick/add-pr-comment",
3-
"version": "2.0.0",
3+
"version": "1.0.0",
44
"description": "A GitHub Action which adds a comment to a Pull Request Issue.",
55
"keywords": [
66
"GitHub",

0 commit comments

Comments
 (0)