Skip to content

Commit 5e93f7a

Browse files
committed
Update README.md
1 parent 2de5986 commit 5e93f7a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# drupal-security-jira
22

3+
> [!Note]
4+
> The `v2` version of this action is designed to work with the
5+
> [Project Versions](https://www.drupal.org/project/project_versions)
6+
> Drupal module.
7+
>
8+
> The legacy version that works with the [System Status
9+
> module](https://www.drupal.org/project/system_status) can be found
10+
> on the [main
11+
> branch](https://github.com/reload/drupal-security-jira/tree/main).
12+
313
Create JIRA tickets for security updates for projects used on a Drupal site.
414

515
This CLI tool compares modules, themes and core version used on a Drupal site
@@ -111,10 +121,3 @@ jobs:
111121
112122
DRY_RUN: ${{ github.event.inputs.dry_run || '0' }}
113123
```
114-
115-
## Legacy version
116-
117-
The legacy version that works with the [System Status
118-
module](https://www.drupal.org/project/system_status) can be found on
119-
the [main
120-
branch](https://github.com/reload/drupal-security-jira/tree/main).

0 commit comments

Comments
 (0)