Skip to content

Commit

Permalink
Note about v1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
mshick committed Nov 5, 2022
1 parent d26bdc4 commit a96c578
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

> A GitHub Action which adds a comment to a pull request's issue.
Note, I'm publishing v2 as v1 without any new features due to all the
deprecations folks are experiencing with v1. v2 will make some changes to the
interface and add new features.

## Features

- Fast, runs in the GitHub Actions node.js runtime; no Docker pull needed.
Expand All @@ -20,7 +24,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: mshick/add-pr-comment@v2
- uses: mshick/add-pr-comment@v1
with:
message: |
**Hello**
Expand Down Expand Up @@ -81,7 +85,7 @@ jobs:
pr:
runs-on: ubuntu-latest
steps:
- uses: mshick/add-pr-comment@v2
- uses: mshick/add-pr-comment@v1
with:
message: |
**Howdie!**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mshick/add-pr-comment",
"version": "2.0.0",
"version": "1.0.0",
"description": "A GitHub Action which adds a comment to a Pull Request Issue.",
"keywords": [
"GitHub",
Expand Down

0 comments on commit a96c578

Please sign in to comment.